merge from gcc

This commit is contained in:
DJ Delorie 2006-09-27 15:03:38 +00:00
parent df3ca5a38e
commit 7c481d1e7d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-09-27 Alan Modra <amodra@bigpond.net.au>
* Makefile.in (distclean): Delete config files.
2006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
PR other/23541

View File

@ -186,6 +186,7 @@ mostlyclean:
clean: mostlyclean
distclean: clean
rm -f config.status config.cache config.log config.intl config.h
rm -f Makefile ID TAGS
maintainer-clean: distclean
@ -232,7 +233,6 @@ $(srcdir)/config.h.in: @MAINT@ $(srcdir)/aclocal.m4 $(srcdir)/configure.ac
cd $(srcdir) && $(AUTOHEADER)
-rm -f stamp-h1
# Tell versions [3.59,3.63) of GNU make not to export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT: