* Makefile.in (mostlyclean): Remove c-family objects.

From-SVN: r204437
This commit is contained in:
Mike Stump 2013-11-06 02:34:02 +00:00 committed by Mike Stump
parent 674647e603
commit 9c0fed64eb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-05 Mike Stump <mikestump@comcast.net>
* Makefile.in (mostlyclean): Remove c-family objects.
2013-11-05 Ian Lance Taylor <iant@google.com>
* config/i386/sync.md (atomic_compare_and_swap<dwi>_doubleword):

View File

@ -2970,7 +2970,7 @@ gpl.pod: gpl_v3.texi
mostlyclean: lang.mostlyclean
-rm -f $(MOSTLYCLEANFILES)
-rm -f *$(objext)
-rm -f *$(objext) c-family/*$(objext)
-rm -f *$(coverageexts)
# Delete build programs
-rm -f build/*