From: Roland McGrath Date: Thu, 13 Aug 1992 22:09:36 +0000 (+0000) Subject: Formerly GNUmakefile.~76~ X-Git-Tag: 3.70.2~629 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c76d6785dee8fc1accd2ab94a3194acc67efdbe8;p=thirdparty%2Fmake.git Formerly GNUmakefile.~76~ --- diff --git a/GNUmakefile b/GNUmakefile index e92d3c0c..7d49eba3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -214,6 +214,7 @@ $(alpha-dir)/%: % # Implicit rule to make README and README-doc. %: %.template version.c + rm -f $@ sed 's/VERSION/$(version)/' < $< > $@ # Make sure I don't edit it by accident. chmod a-w $@