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)/stamp-h.in: configure.ac aclocal.m4
|
||||
cd $(srcdir) && autoheader
|
||||
>$@
|
||||
touch $@
|
||||
|
||||
$(srcdir)/aclocal.m4: $(filter m4/%.m4, $(src))
|
||||
cd $(srcdir) && aclocal -I m4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue