summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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 $@