OSDN Git Service

(cstamp-h.in): Use echo instead of touch.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jul 1997 18:55:54 +0000 (18:55 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 21 Jul 1997 18:55:54 +0000 (18:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14513 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index a9e9469..089c3ef 100644 (file)
@@ -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