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)
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 ; \