X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=465beda0daf5aa212d56c6f3b61cdf32f9e0828e;hp=7ec76736ce585866ec9631b8604a0e45420fa38f;hb=ee8d01d64e8832304256de53db07228e2be67f6a;hpb=e48142e43bfeef1a44fb2f7131918b7172cd427e diff --git a/Makefile.in b/Makefile.in index 7ec7673..465beda 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,15 +2,15 @@ # Makefile for top level of mmh distribution # -# mmh version -VERSION = @VERSION@ - SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ VPATH = @srcdir@ +# mmh version +VERSION = `sed q $(srcdir)/VERSION` + # ========== USER CONFIGURATION SECTION ========== # # If `make' is executed in the directory containing this Makefile, @@ -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; \