X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.in;h=ed09153053df85e56ec955aaeb03210091416d2f;hb=985869792a2afcc507d8bbd43f88680e81e3cc20;hp=3474570c5a1f2074b8eda26c91cc10846ca9c75d;hpb=8ac7f0a5c44a9a81a10e684cea8f2822434b9af0;p=mmh diff --git a/Makefile.in b/Makefile.in index 3474570..ed09153 100644 --- a/Makefile.in +++ b/Makefile.in @@ -71,9 +71,9 @@ INSTALL_DATA = @INSTALL_DATA@ # all files in this directory included in the distribution DIST = README INSTALL MACHINES COPYRIGHT VERSION DIFFERENCES FAQ \ - TODO ZSH.COMPLETION MAIL.FILTERING ChangeLog install-sh \ - mkinstalldirs Makefile.in aclocal.m4 acconfig.h config.h.in \ - configure.in configure stamp-h.in + TODO COMPLETION-ZSH COMPLETION-TCSH MAIL.FILTERING \ + ChangeLog install-sh mkinstalldirs Makefile.in aclocal.m4 \ + acconfig.h config.h.in configure.in configure stamp-h.in config.sub config.guess # subdirectories in distribution SUBDIRS = h config sbr zotnet mts uip etc man @@ -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