* Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile.

This commit is contained in:
Fred Fish 1993-08-01 19:31:56 +00:00
parent e65627f9f0
commit 84b5df3255
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Sun Aug 1 09:42:13 1993 Fred Fish (fnf@cygnus.com)
* Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile.
* h8500-tdep.c: Add parens around a few macro args.
Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)

View File

@ -611,7 +611,7 @@ make-proto-gdb-1: $(TARFILES) $(TARDIRS) gdb.info
cd $$i; \
ln -s $${rootme}/$$i/* .; \
rm -rf SCCS CVS CVS.adm RCS config.status; \
if test -f Makefile.in; then rm Makefile; else true; fi;); \
if test -f Makefile.in; then rm -f Makefile; else true; fi;); \
done ; \
for i in `echo $(TARFILES)`; do \
(cd proto-gdb.dir ; \