diff options
author | Roland McGrath <roland@redhat.com> | 1992-07-16 18:34:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-07-16 18:34:43 +0000 |
commit | 5814d65428e91efc93e8ec802740df0a2a359df4 (patch) | |
tree | 38fb403cf9f64ec8550f86e2382cbc38a69421ba | |
parent | f8197823a4874b550c2ac759a8272dea1ebf13bb (diff) | |
download | gunmake-5814d65428e91efc93e8ec802740df0a2a359df4.tar.gz |
Formerly GNUmakefile.~72~
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9a4abdc..a5a136c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -214,6 +214,8 @@ $(alpha-dir)/%: % # Implicit rule to make README and README-doc. %: %.template version.c sed 's/VERSION/$(version)/' < $< > $@ +# Make sure I don't edit it by accident. + chmod a-w $@ define make-tar @rm -fr make-$(version) |