summaryrefslogtreecommitdiff
path: root/mcon/U/d_stdstdio.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/d_stdstdio.U')
-rw-r--r--mcon/U/d_stdstdio.U12
1 files changed, 6 insertions, 6 deletions
diff --git a/mcon/U/d_stdstdio.U b/mcon/U/d_stdstdio.U
index 6bcf25a..fe3a853 100644
--- a/mcon/U/d_stdstdio.U
+++ b/mcon/U/d_stdstdio.U
@@ -1,7 +1,7 @@
-?RCS: $Id: d_stdstdio.U 167 2013-05-08 17:58:00Z rmanfredi $
+?RCS: $Id$
?RCS:
?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-?RCS:
+?RCS:
?RCS: You may redistribute only under the terms of the Artistic License,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
@@ -27,7 +27,7 @@
?RCS:
?MAKE:d_stdstdio d_stdiobase stdio_ptr stdio_cnt stdio_base \
stdio_bufsiz d_stdio_cnt_lval d_stdio_ptr_lval stdio_filbuf: cat \
- +cc +ccflags contains +ldflags +libs rm \
+ +cc +ccflags contains +ldflags +libs rm_try \
Setvar Findhdr Oldconfig
?MAKE: -pick add $@ %<
?S:d_stdstdio:
@@ -218,7 +218,7 @@ if $cc $ccflags $ldflags -o try try.c $libs >/dev/null 2>&1; then
else
echo "Your stdio doesn't appear very std."
fi
-$rm -f try.c try
+$rm_try
set d_stdstdio
eval $setvar
@@ -274,7 +274,7 @@ EOP
else
echo "Hmm. $filbuf doesn't seem to work."
fi
- $rm -f try.c try
+ $rm_try
done
case "$xxx" in
notok) echo "I can't figure out how to access _filbuf"
@@ -316,7 +316,7 @@ EOP
else
echo "However, it seems to be lacking the _base field."
fi
- $rm -f try.c try
+ $rm_try
;;
esac
set d_stdiobase