OSDN Git Service

Fix `make clean' bug with -da files.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Apr 1998 17:31:30 +0000 (17:31 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 17 Apr 1998 17:31:30 +0000 (17:31 +0000)
* Makefile.in (mostlyclean): Delete *.mach and *.bp files.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19272 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 23a0e8f..59aa4e8 100644 (file)
@@ -1,3 +1,7 @@
+Fri Apr 17 17:28:26 1998  Jim Wilson  <wilson@cygnus.com>
+
+       * Makefile.in (mostlyclean): Delete *.mach and *.bp files.
+
 Fri Apr 17 16:35:35 1998  Greg McGary  <gkm@gnu.org>
 
        * emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
index 8c26e9b..a84a274 100644 (file)
@@ -2068,7 +2068,7 @@ mostlyclean: lang.mostlyclean
        -rm -f */stamp-* */tmp-*
 # Delete debugging dump files.
        -rm -f *.greg *.lreg *.combine *.flow *.cse *.jump *.rtl *.tree *.loop
-       -rm -f *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack *.addressof *.regmove
+       -rm -f *.dbr *.jump2 *.sched *.cse2 *.sched2 *.stack *.addressof *.regmove *.mach *.bp
        -rm -f */*.greg */*.lreg */*.combine */*.flow */*.cse */*.jump */*.rtl
        -rm -f */*.tree */*.loop */*.dbr */*.jump2 */*.sched */*.cse2
        -rm -f */*.sched2 */*.stack */*.regmove