Use touch to touch stamp files, > doesn't update mtime of existing
file on some systems. Weird.
This commit is contained in:
parent
1e44434b5c
commit
8daf5fce01
3 changed files with 3 additions and 3 deletions
2
Make.mk
2
Make.mk
|
@ -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
|
||||||
|
|
|
@ -4,4 +4,4 @@
|
||||||
aclocal -I m4
|
aclocal -I m4
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
autoheader
|
||||||
>stamp-h.in
|
touch stamp-h.in
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue