From 78c0941db49793c335a048b510baa5f1fb75b6d9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 13 Nov 1995 18:15:28 +0000 Subject: [PATCH] (stamp-h.in): Use "touch", not "date", per GNU standards. --- lib/am/remake-hdr.am | 2 +- remake-hdr.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index fc4da073..11118323 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 fc4da073..11118323 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 -- 2.43.5