X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2da3024caea2be71550f9eabd2fbc08fefe29bb5..e66e25ec491d0fb3df708000d8494b4d598f0263:/Makefile.in diff --git a/Makefile.in b/Makefile.in index c6594d17..ed091530 100644 --- a/Makefile.in +++ b/Makefile.in @@ -138,13 +138,13 @@ stamp-h: config.h.in config.status config.h.in: stamp-h.in stamp-h.in: configure.in acconfig.h aclocal.m4 cd $(srcdir) && autoheader - echo > $@ + date > $@ # rebuild all autoconf files reset: cd $(srcdir) && autoheader cd $(srcdir) && autoconf - cd $(srcdir) && echo > stamp-h.in + cd $(srcdir) && date > stamp-h.in # name of new nmh distribution tar file tarfile = nmh-$(VERSION).tar.gz