Modified username_extension masquerading to only use the extended address on
[mmh] / Makefile.in
index 60fb915..ed09153 100644 (file)
@@ -73,7 +73,7 @@ INSTALL_DATA    = @INSTALL_DATA@
 DIST = README INSTALL MACHINES COPYRIGHT VERSION DIFFERENCES FAQ \
        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
+       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