Commit fdc1b7d3 by Olivier Hainque Committed by Olivier Hainque

Makefile.in (clean): Remove libgcc_tm.stamp as well.

        libgcc/
        * Makefile.in (clean): Remove libgcc_tm.stamp as well.
        Use a separate command for stamp removals.

From-SVN: r187838
parent c7837f7e
2012-05-24 Olivier Hainque <hainque@adacore.com>
* Makefile.in (clean): Remove libgcc_tm.stamp as well.
Use a separate command for stamp removals.
2012-05-21 Andrew Pinski <apinski@cavium.com>
PR bootstrap/53183
......
......@@ -121,7 +121,8 @@ installcheck:
.PHONY: all clean
clean:
-rm -f auto-target.h libgcc_tm.h stamp-h stmp-ldirs libgcc.map
-rm -f auto-target.h libgcc_tm.h libgcc.map
-rm -f libgcc_tm.stamp stamp-h stmp-ldirs
-rm -f *$(objext)
-rm -f *.dep
-rm -f *.a
......
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