diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2005-04-28 08:04:46 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2005-04-28 08:04:46 +0000 |
| commit | 47cc56ab555921e611324f7c620bf5115e02b7e4 (patch) | |
| tree | 00d35329ccf246dcbee51fdb1deab3faef67fb5f | |
| parent | 394fc87351112dacf2be7fe2f322133fa4defcaa (diff) | |
Notes
| -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 ee4d7b3cff8a3..0e15bb9f4a6c0 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 97032525a0d79..0c53facd6e931 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> |
