merge from gcc
This commit is contained in:
parent
df3ca5a38e
commit
7c481d1e7d
@ -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>
|
2006-09-13 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||||
|
|
||||||
PR other/23541
|
PR other/23541
|
||||||
|
@ -186,6 +186,7 @@ mostlyclean:
|
|||||||
clean: mostlyclean
|
clean: mostlyclean
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
rm -f config.status config.cache config.log config.intl config.h
|
||||||
rm -f Makefile ID TAGS
|
rm -f Makefile ID TAGS
|
||||||
|
|
||||||
maintainer-clean: distclean
|
maintainer-clean: distclean
|
||||||
@ -232,7 +233,6 @@ $(srcdir)/config.h.in: @MAINT@ $(srcdir)/aclocal.m4 $(srcdir)/configure.ac
|
|||||||
cd $(srcdir) && $(AUTOHEADER)
|
cd $(srcdir) && $(AUTOHEADER)
|
||||||
-rm -f stamp-h1
|
-rm -f stamp-h1
|
||||||
|
|
||||||
|
|
||||||
# Tell versions [3.59,3.63) of GNU make not to export all variables.
|
# 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.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
Loading…
Reference in New Issue
Block a user