From: Doug Evans Date: Mon, 21 Jul 1997 18:55:54 +0000 (+0000) Subject: (cstamp-h.in): Use echo instead of touch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5408f8d026742ca7b7a41fd497876bdf4cce9924;p=gcc.git (cstamp-h.in): Use echo instead of touch. From-SVN: r14513 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a9e9469ae9f..089c3ef8a48 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -668,11 +668,13 @@ $(srcdir)/configure: $(srcdir)/configure.in # nothing has changed. # It remains in the source directory and is part of the distribution. # This follows what is done in shellutils, fileutils, etc. +# "echo timestamp" is used instead of touch to be consistent with other +# packages that use autoconf (??? perhaps also to avoid problems with patch?). # ??? 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 - touch $(srcdir)/cstamp-h.in + echo timestamp > $(srcdir)/cstamp-h.in config.h: cstamp-h ; @true cstamp-h: config.in config.status CONFIG_HEADERS=config.h:config.in $(SHELL) config.status