diff options
author | Roland McGrath <roland@redhat.com> | 1992-08-13 22:09:36 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-08-13 22:09:36 +0000 |
commit | c76d6785dee8fc1accd2ab94a3194acc67efdbe8 (patch) | |
tree | bcea210da95fc4e612f3eb13b71bfcd30d9165c1 | |
parent | 81731a29d1a9c449a16a0c00cc5189468dff07fb (diff) | |
download | gunmake-c76d6785dee8fc1accd2ab94a3194acc67efdbe8.tar.gz |
Formerly GNUmakefile.~76~
-rw-r--r-- | GNUmakefile | 1 |
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 $@ |