summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-08-13 22:09:36 +0000
committerRoland McGrath <roland@redhat.com>1992-08-13 22:09:36 +0000
commitc76d6785dee8fc1accd2ab94a3194acc67efdbe8 (patch)
treebcea210da95fc4e612f3eb13b71bfcd30d9165c1 /GNUmakefile
parent81731a29d1a9c449a16a0c00cc5189468dff07fb (diff)
downloadgunmake-c76d6785dee8fc1accd2ab94a3194acc67efdbe8.tar.gz
Formerly GNUmakefile.~76~
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e92d3c0..7d49eba 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 $@