Commit 45df6aea by Jim Wilson Committed by Jim Wilson

Fix `make clean' bug with -da files.

	* Makefile.in (mostlyclean): Delete *.mach and *.bp files.

From-SVN: r19272
parent 6cca74ab
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment