* Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile.
authorFred Fish <fnf@specifix.com>
Sun, 1 Aug 1993 19:31:56 +0000 (19:31 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 1 Aug 1993 19:31:56 +0000 (19:31 +0000)
gdb/ChangeLog
gdb/Makefile.in

index 0137c1c8fc650550e724a9897b4fe146d2872258..40b28bc502fcafed5e436e3c89c4bade3620ea3e 100644 (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)
index 3dd960107fade46cf462031a36bacb4acbe13a66..be6f6bdef5875ae4a43c0fa509651c1cab4f3f51 100644 (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 ; \
This page took 0.049349 seconds and 4 git commands to generate.