Fix unreproducible build
[mmh] / Makefile.in
index abe21a7..f93359d 100644 (file)
@@ -143,7 +143,7 @@ stamp-h: config.h.in config.status
        ./config.status config.h stamp
 
 config.h.in: stamp-h.in
-stamp-h.in: configure.ac acconfig.h
+stamp-h.in: configure.ac
        cd $(srcdir) && autoheader
        date > $@
 
@@ -177,6 +177,7 @@ mmhdist: $(DISTINCLUDE) distname
        @chmod 755 $(distdir)
        @for file in $(DISTINCLUDE); do \
          cp -p $(srcdir)/$$file $(distdir)/$$file; \
+         touch $(distdir)/$$file; \
        done
        @for file in $(DISTEXCLUDE); do \
          rm -rf $(distdir)/$$file; \