]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
(stamp-h.in): Use "touch", not "date", per GNU standards.
authorTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 18:15:28 +0000 (18:15 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 13 Nov 1995 18:15:28 +0000 (18:15 +0000)
lib/am/remake-hdr.am
remake-hdr.am

index fc4da073e23726b6cfd722110d822872da0c59a8..1111832309602b391dfd045bd5aad4c2e8f8f1f7 100644 (file)
@@ -4,5 +4,5 @@ stamp-h: ${CONFIG_HEADER}.in config.status
 ${srcdir}/${CONFIG_HEADER}.in: stamp-h.in
 ${srcdir}/stamp-h.in: configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} ${CONFIG_BOT}
        cd $(srcdir); autoheader
-       date > $(srcdir)/stamp-h.in
+       touch $(srcdir)/stamp-h.in
 
index fc4da073e23726b6cfd722110d822872da0c59a8..1111832309602b391dfd045bd5aad4c2e8f8f1f7 100644 (file)
@@ -4,5 +4,5 @@ stamp-h: ${CONFIG_HEADER}.in config.status
 ${srcdir}/${CONFIG_HEADER}.in: stamp-h.in
 ${srcdir}/stamp-h.in: configure.in ${ACLOCAL} ${ACCONFIG} ${CONFIG_TOP} ${CONFIG_BOT}
        cd $(srcdir); autoheader
-       date > $(srcdir)/stamp-h.in
+       touch $(srcdir)/stamp-h.in