summaryrefslogtreecommitdiff
path: root/mpbsd
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-10-10 23:47:10 +0200
committerKevin Ryde <user42@zip.com.au>2001-10-10 23:47:10 +0200
commitb65add55f085d0a92b4c80dc1952dd2c13a4abcd (patch)
treeeba0ff0aca21cb167967bab7773c2076a261eaa4 /mpbsd
parent865fa1ea5362bd8bbc1e59f622b596cb657e6967 (diff)
downloadgmp-b65add55f085d0a92b4c80dc1952dd2c13a4abcd.tar.gz
* */Makefile.in: Regenerate with automake patch to only rm *_.c in
"make clean" when ansi2knr actually in use, helps DOS 8.3.
Diffstat (limited to 'mpbsd')
-rw-r--r--mpbsd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpbsd/Makefile.in b/mpbsd/Makefile.in
index 45d57fab5..ecd585345 100644
--- a/mpbsd/Makefile.in
+++ b/mpbsd/Makefile.in
@@ -225,7 +225,7 @@ $(top_builddir)/ansi2knr:
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
mostlyclean-kr:
- -rm -f *_.c
+ -test "$U" = "" || rm -f *_.c
.c.o:
$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<