mirror of git://gcc.gnu.org/git/gcc.git
Makefile.in (distclean): Delete config files.
* Makefile.in (distclean): Delete config files. From-SVN: r117250
This commit is contained in:
parent
d79d57fa02
commit
0d1187867f
|
|
@ -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
|
||||||
|
|
@ -202,7 +203,7 @@ Makefile: $(srcdir)/Makefile.in config.status
|
||||||
|
|
||||||
config.intl: $(srcdir)/config.intl.in config.status
|
config.intl: $(srcdir)/config.intl.in config.status
|
||||||
$(SHELL) ./config.status config.intl
|
$(SHELL) ./config.status config.intl
|
||||||
|
|
||||||
config.status: $(srcdir)/configure
|
config.status: $(srcdir)/configure
|
||||||
$(SHELL) ./config.status --recheck
|
$(SHELL) ./config.status --recheck
|
||||||
|
|
||||||
|
|
@ -231,7 +232,6 @@ stamp-h1: $(srcdir)/config.h.in config.status
|
||||||
$(srcdir)/config.h.in: @MAINT@ $(srcdir)/aclocal.m4 $(srcdir)/configure.ac
|
$(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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue