diff options
-rw-r--r-- | usr.bin/make/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/make/directive_hash.c | 2 |
2 files changed, 2 insertions, 2 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 ; \ diff --git a/usr.bin/make/directive_hash.c b/usr.bin/make/directive_hash.c index 9703252..0c53fac 100644 --- a/usr.bin/make/directive_hash.c +++ b/usr.bin/make/directive_hash.c @@ -1,7 +1,7 @@ /* * DO NOT EDIT * $FreeBSD$ - * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.96 2005/04/11 07:40:54 harti Exp + * auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.97 2005/04/28 07:55:55 harti Exp * DO NOT EDIT */ #include <sys/types.h> |