* Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile.
This commit is contained in:
parent
e65627f9f0
commit
84b5df3255
|
@ -1,5 +1,6 @@
|
||||||
Sun Aug 1 09:42:13 1993 Fred Fish (fnf@cygnus.com)
|
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.
|
* h8500-tdep.c: Add parens around a few macro args.
|
||||||
|
|
||||||
Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
|
@ -611,7 +611,7 @@ make-proto-gdb-1: $(TARFILES) $(TARDIRS) gdb.info
|
||||||
cd $$i; \
|
cd $$i; \
|
||||||
ln -s $${rootme}/$$i/* .; \
|
ln -s $${rootme}/$$i/* .; \
|
||||||
rm -rf SCCS CVS CVS.adm RCS config.status; \
|
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 ; \
|
done ; \
|
||||||
for i in `echo $(TARFILES)`; do \
|
for i in `echo $(TARFILES)`; do \
|
||||||
(cd proto-gdb.dir ; \
|
(cd proto-gdb.dir ; \
|
||||||
|
|
Loading…
Reference in New Issue