From: Tom Tromey Date: Wed, 29 Nov 1995 17:09:37 +0000 (+0000) Subject: Don't use touch. X-Git-Tag: Release-0-25~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b4583f37b612e04760feff57d622ea8d084ea1f;p=thirdparty%2Fautomake.git Don't use touch. --- diff --git a/depend.am b/depend.am index 2a611940c..96e72b4e5 100644 --- a/depend.am +++ b/depend.am @@ -9,7 +9,7 @@ DEP_FILES = $(patsubst %.o,.deps/%.P,$(OBJECTS)) -include .deps/.P .deps/.P: test -d .deps || mkdir .deps - touch $@ + echo timestamp > $@ -include $(DEP_FILES) $(DEP_FILES): .deps/.P diff --git a/lib/am/depend.am b/lib/am/depend.am index 2a611940c..96e72b4e5 100644 --- a/lib/am/depend.am +++ b/lib/am/depend.am @@ -9,7 +9,7 @@ DEP_FILES = $(patsubst %.o,.deps/%.P,$(OBJECTS)) -include .deps/.P .deps/.P: test -d .deps || mkdir .deps - touch $@ + echo timestamp > $@ -include $(DEP_FILES) $(DEP_FILES): .deps/.P diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am index 111183230..ba0e1def3 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 - touch $(srcdir)/stamp-h.in + echo timestamp > $(srcdir)/stamp-h.in diff --git a/remake-hdr.am b/remake-hdr.am index 111183230..ba0e1def3 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 - touch $(srcdir)/stamp-h.in + echo timestamp > $(srcdir)/stamp-h.in diff --git a/texi-version.am b/texi-version.am index 234ac5dff..bd59f0a84 100644 --- a/texi-version.am +++ b/texi-version.am @@ -12,7 +12,7 @@ stamp-vti: @TEXI@ $(top_srcdir)/configure.in else \ mv version.tmp $(srcdir)/version.texi; \ fi - touch $(srcdir)/stamp-vti + echo timestamp > $(srcdir)/stamp-vti mostlyclean-vti: rm -f *.tmp