Use touch to touch stamp files, > doesn't update mtime of existing

file on some systems.  Weird.
This commit is contained in:
Markus Armbruster 2006-03-09 21:21:58 +00:00
parent 1e44434b5c
commit 8daf5fce01
3 changed files with 3 additions and 3 deletions

View file

@ -338,7 +338,7 @@ $(srcdir)/configure: configure.ac aclocal.m4
$(srcdir)/config.h.in: stamp-h.in $(srcdir)/config.h.in: stamp-h.in
$(srcdir)/stamp-h.in: configure.ac aclocal.m4 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
cd $(srcdir) && autoheader cd $(srcdir) && autoheader
>$@ touch $@
$(srcdir)/aclocal.m4: $(filter m4/%.m4, $(src)) $(srcdir)/aclocal.m4: $(filter m4/%.m4, $(src))
cd $(srcdir) && aclocal -I m4 cd $(srcdir) && aclocal -I m4

View file

@ -4,4 +4,4 @@
aclocal -I m4 aclocal -I m4
autoconf autoconf
autoheader autoheader
>stamp-h.in touch stamp-h.in

View file

@ -147,6 +147,6 @@ AC_CONFIG_COMMANDS([stamp-h],
| sed -n '/\//s,/@<:@^/@:>@*$,,gp'| uniq` | sed -n '/\//s,/@<:@^/@:>@*$,,gp'| uniq`
fi fi
mkdir -p info.html info.nr lib mkdir -p info.html info.nr lib
>stamp-h], touch stamp-h],
[cvs_controlled=$cvs_controlled; AWK=$AWK]) [cvs_controlled=$cvs_controlled; AWK=$AWK])
AC_OUTPUT AC_OUTPUT