X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=ed09153053df85e56ec955aaeb03210091416d2f;hp=c6594d1743586e0113630ae0f814df9c1d41f2db;hb=a81c28f4a2ee69469c5e9f5d65389a89c6070ed4;hpb=2da3024caea2be71550f9eabd2fbc08fefe29bb5 diff --git a/Makefile.in b/Makefile.in index c6594d1..ed09153 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