Formerly GNUmakefile.~76~

This commit is contained in:
Roland McGrath 1992-08-13 22:09:36 +00:00
parent 81731a29d1
commit c76d6785de

View file

@ -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 $@