summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/Makefile
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2005-04-29 15:15:28 +0000
committerharti <harti@FreeBSD.org>2005-04-29 15:15:28 +0000
commit5b818d6be05c5493c221aef9f0499efccae64a88 (patch)
tree32409716a7034a3286578c6b0a96bc5f9699f1fc /usr.bin/make/Makefile
parent7d8c4c54ee47a1c471e4520c3868951f12ff2be7 (diff)
downloadFreeBSD-src-5b818d6be05c5493c221aef9f0499efccae64a88.zip
FreeBSD-src-5b818d6be05c5493c221aef9f0499efccae64a88.tar.gz
Rename the directive_hash.[ch] files to hash_tables.[ch] now
that there are more than one hash table in them. There is no history to preserve here, so go without a repo-copy. Asked for by: Max Okumoto <okumoto@ucsd.edu>
Diffstat (limited to 'usr.bin/make/Makefile')
-rw-r--r--usr.bin/make/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index 751bd8b..bf33e71 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -4,9 +4,9 @@
PROG= make
CFLAGS+=-I${.CURDIR}
-SRCS= arch.c buf.c compat.c cond.c dir.c directive_hash.c for.c \
- hash.c job.c lst.c main.c make.c parse.c str.c suff.c targ.c \
- util.c var.c var_modify.c
+SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c hash_tables.c \
+ job.c lst.c main.c make.c parse.c str.c suff.c targ.c util.c \
+ var.c var_modify.c
NO_WERROR=
WARNS?= 3
@@ -56,7 +56,7 @@ hash:
echo ' */' ; \
echo '#include <sys/types.h>' ; \
echo ; \
- echo '#include "directive_hash.h"' ; \
+ echo '#include "hash_tables.h"' ; \
echo ; \
cat ${.CURDIR}/parse.c | sed \
-e '1,/DIRECTIVES-START-TAG/d' \
@@ -91,7 +91,7 @@ hash:
-e 's/= T0\[/= keyword_T0\[/' \
-e 's/= T1\[/= keyword_T1\[/' \
-e 's/g\[f/keyword_g[f/g' \
- ) > ${.CURDIR}/directive_hash.c
+ ) > ${.CURDIR}/hash_tables.c
# Set the shell which make(1) uses. Bourne is the default, but a decent
# Korn shell works fine, and much faster. Using the C shell for this
OpenPOWER on IntegriCloud