Makefile.in (clean, distclean): Remove auto-target.h and stamp-h correctly.

libgcc/
2013-06-25  Chung-Ju Wu  <jasonwucj@gmail.com>

        * Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
        correctly.

From-SVN: r200390
This commit is contained in:
Chung-Ju Wu 2013-06-25 08:02:11 +00:00 committed by Chung-Ju Wu
parent 33be0bec7e
commit 9d2cdf2500
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-06-25 Chung-Ju Wu <jasonwucj@gmail.com>
* Makefile.in (clean, distclean): Remove auto-target.h and stamp-h
correctly.
2013-06-21 Joseph Myers <joseph@codesourcery.com>
PR other/53317

View File

@ -121,8 +121,8 @@ installcheck:
.PHONY: all clean
clean:
-rm -f auto-target.h libgcc_tm.h libgcc.map
-rm -f libgcc_tm.stamp stamp-h stmp-ldirs
-rm -f libgcc_tm.h libgcc.map
-rm -f libgcc_tm.stamp stmp-ldirs
-rm -f *$(objext)
-rm -f *.dep
-rm -f *.a
@ -131,6 +131,8 @@ clean:
@$(MULTICLEAN) multi-clean DO=clean
distclean: clean
@$(MULTICLEAN) multi-clean DO=distclean
-rm -f auto-target.h
-rm -f stamp-h
-rm -f *~ Makefile config.cache config.status multilib.out
-rm -f config.log
maintainer-clean realclean: distclean