From 5408f8d026742ca7b7a41fd497876bdf4cce9924 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 21 Jul 1997 18:55:54 +0000 Subject: [PATCH] (cstamp-h.in): Use echo instead of touch. From-SVN: r14513 --- gcc/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a9e9469..089c3ef 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 -- 2.7.4