summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-04-28 08:04:46 +0000
committerharti <harti@FreeBSD.org>2005-04-28 08:04:46 +0000
commitb38862d9b3350743b801238ea0108b7ae70baabf (patch)
tree00d35329ccf246dcbee51fdb1deab3faef67fb5f /usr.bin/make/Makefile
parentaef5277078601cfc91b86ad113d0db5c45a83cc5 (diff)
downloadFreeBSD-src-b38862d9b3350743b801238ea0108b7ae70baabf.zip
FreeBSD-src-b38862d9b3350743b801238ea0108b7ae70baabf.tar.gz
Fix the $$FreeBSD$$ that should be written verbatim to directive_hash.c
so that it doesn't get replaced with the Makefile's revision.
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index ee4d7b3..0e15bb9 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -45,7 +45,7 @@ EMITC ?= ${LOCALBASE}/bin/emitc
hash:
( echo '/*' ; \
echo ' * DO NOT EDIT' ; \
- echo ' * $$FreeBSD$$' ; \
+ echo ' * $$''FreeBSD$$' ; \
echo -n ' * auto-generated from ' ; \
sed -nEe '/\$$FreeBSD/s/^.*\$$(.*)\$$.*$$/\1/p' \
${.CURDIR}/parse.c ; \
OpenPOWER on IntegriCloud