From: Tom Tromey Date: Mon, 13 Nov 1995 18:15:28 +0000 (+0000) Subject: (stamp-h.in): Use "touch", not "date", per GNU standards. X-Git-Tag: Release-0-25~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d748bc06b0ebedb07bd4216490e0f23a047d0355;p=thirdparty%2Fautomake.git (stamp-h.in): Use "touch", not "date", per GNU standards. --- diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index fc4da073e..111183230 100644 --- a/lib/am/remake-hdr.am +++ b/lib/am/remake-hdr.am @@ -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 diff --git a/remake-hdr.am b/remake-hdr.am index fc4da073e..111183230 100644 --- a/remake-hdr.am +++ b/remake-hdr.am @@ -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