2013/6/22 Ian Lance Taylor <i...@google.com>: > On Sat, Jun 22, 2013 at 12:17 AM, Chung-Ju Wu <jasonw...@gmail.com> wrote: >> Like this? >> >> =================================================================== >> --- libgcc/Makefile.in (revision 200306) >> +++ libgcc/Makefile.in (working copy) >> @@ -121,8 +121,8 @@ >> .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 @@ >> @$(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 >> >> >> Hi, Mike, would you try this revised one? :) > > This patch is OK with a ChangeLog entry. > > Thanks. > > Ian
Thanks for the review and approval. The patch and a ChangeLog has been posted on: http://gcc.gnu.org/ml/gcc-patches/2013-06/msg01420.html Best regards, jasonwucj