summaryrefslogtreecommitdiff
path: root/cxx
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 /cxx
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 'cxx')
-rw-r--r--cxx/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cxx/Makefile.in b/cxx/Makefile.in
index e748f6c96..9a02b7b26 100644
--- a/cxx/Makefile.in
+++ b/cxx/Makefile.in
@@ -204,7 +204,7 @@ $(top_builddir)/ansi2knr:
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
mostlyclean-kr:
- -rm -f *_.c
+ -test "$U" = "" || rm -f *_.c
.cc.o:
$(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<