From: Philipp Takacs Date: Sun, 14 Aug 2016 15:31:50 +0000 (+0200) Subject: touch the DISTINCLUDE in mmhdist target X-Git-Tag: mmh-0.3~3 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=c26f5c832bd8a7d1a5f4aa5b658c79aae5168704;hp=69aecfa8763593b903e6e180f20343a9d27db078 touch the DISTINCLUDE in mmhdist target This avoids rebuilding this files. So autoconf and flex is not need for a normal user. --- diff --git a/Makefile.in b/Makefile.in index 7ec7673..f93359d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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; \