From 1cfda41f60852f49728161927a418c576afa8d01 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 29 Nov 1995 17:09:07 +0000 Subject: [PATCH] Don't use touch. --- depend.am | 2 +- lib/am/depend.am | 2 +- lib/am/remake-hdr.am | 2 +- remake-hdr.am | 2 +- texi-version.am | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/depend.am b/depend.am index 2a611940..96e72b4e 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 2a611940..96e72b4e 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 11118323..ba0e1def 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 11118323..ba0e1def 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 234ac5df..bd59f0a8 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 -- 2.43.5