mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 21:27:52 +08:00
(cstamp-h.in): Renamed from stamp-h.in.
(cstamp-h): Renamed from stamp-h. From-SVN: r14492
This commit is contained in:
parent
61881daa8a
commit
da7ece9a92
@ -662,12 +662,16 @@ Makefile: $(srcdir)/Makefile.in $(srcdir)/configure $(srcdir)/version.c \
|
|||||||
$(srcdir)/configure: $(srcdir)/configure.in
|
$(srcdir)/configure: $(srcdir)/configure.in
|
||||||
cd $(srcdir); autoconf
|
cd $(srcdir); autoconf
|
||||||
|
|
||||||
$(srcdir)/config.in: $(srcdir)/stamp-h.in
|
# cstamp-h.in controls rebuilding of config.in.
|
||||||
$(srcdir)/stamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
|
# It remains in the source directory and is part of the distribution.
|
||||||
|
# This follows what is done in shellutils, fileutils, etc.
|
||||||
|
# ??? Newer versions have a maintainer mode that may be useful here.
|
||||||
|
$(srcdir)/config.in: $(srcdir)/cstamp-h.in
|
||||||
|
$(srcdir)/cstamp-h.in: $(srcdir)/configure.in $(srcdir)/acconfig.h
|
||||||
cd $(srcdir) && autoheader
|
cd $(srcdir) && autoheader
|
||||||
touch $(srcdir)/stamp-h.in
|
touch $(srcdir)/cstamp-h.in
|
||||||
config.h: stamp-h ; @true
|
config.h: cstamp-h ; @true
|
||||||
stamp-h: config.in config.status
|
cstamp-h: config.in config.status
|
||||||
CONFIG_HEADERS=config.h:config.in $(SHELL) config.status
|
CONFIG_HEADERS=config.h:config.in $(SHELL) config.status
|
||||||
|
|
||||||
all.internal: start.encap rest.encap
|
all.internal: start.encap rest.encap
|
||||||
@ -2039,7 +2043,7 @@ clean: mostlyclean bytecode.clean lang.clean
|
|||||||
# Delete all files that users would normally create
|
# Delete all files that users would normally create
|
||||||
# while building and installing GCC.
|
# while building and installing GCC.
|
||||||
distclean: clean bytecode.distclean lang.distclean
|
distclean: clean bytecode.distclean lang.distclean
|
||||||
-rm -f tm.h config.h config2.h tconfig.h hconfig.h md stamp-h
|
-rm -f tm.h config.h config2.h tconfig.h hconfig.h md cstamp-h
|
||||||
-rm -f config.status config.run config.cache config.bak
|
-rm -f config.status config.run config.cache config.bak
|
||||||
-rm -f Make-lang Make-hooks
|
-rm -f Make-lang Make-hooks
|
||||||
-rm -f Makefile specs.h options.h *.oaux
|
-rm -f Makefile specs.h options.h *.oaux
|
||||||
|
Loading…
Reference in New Issue
Block a user