* Makefile.in (mostlyclean): Remove object files.
From-SVN: r126566
This commit is contained in:
parent
a314c120d2
commit
66a82a79ea
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-07-11 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* Makefile.in (mostlyclean): Remove object files.
|
||||
|
||||
2007-07-11 Kenneth Zadeck <zadeck@naturalbridge.com>
|
||||
|
||||
* toplev.c (no_new_pseudos): Deleted.
|
||||
|
|
|
@ -3747,6 +3747,7 @@ fsf-funding.pod: funding.texi
|
|||
|
||||
mostlyclean: lang.mostlyclean
|
||||
-rm -f $(MOSTLYCLEANFILES)
|
||||
-rm -f *$(objext)
|
||||
-rm -f *$(coverageexts)
|
||||
# Delete build programs
|
||||
-rm -f build/*
|
||||
|
|
Loading…
Add table
Reference in a new issue