X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=ed09153053df85e56ec955aaeb03210091416d2f;hp=c6594d1743586e0113630ae0f814df9c1d41f2db;hb=b1450ec537bd31be606633aa363201cc2ed95b9a;hpb=c4ce52f0d1cc06ae49317c31a068a5e555bf54d6 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