aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses/Makefile
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-12-20 10:37:55 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-12-20 10:37:55 +0000
commit73a84e4f78136fb5358e599c6d18221e2dc37577 (patch)
treed76c7a9b507d5aad3e0115becacb77fb015a2ded /lib/libncurses/Makefile
parent7676262457f5acb2b5b4db79af9ae879dbf9600b (diff)
downloadsrc-73a84e4f78136fb5358e599c6d18221e2dc37577.tar.gz
src-73a84e4f78136fb5358e599c6d18221e2dc37577.zip
Make sure curses.h is generated when making build-tools make_keys
and make_hash depend on it.
Notes
Notes: svn path=/head/; revision=54876
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r--lib/libncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 31ea17c8014c..731262916947 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -306,10 +306,10 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
# Build tools
build-tools: make_hash make_keys
-make_keys: make_keys.c names.c
+make_keys: make_keys.c names.c curses.h
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c
-make_hash: comp_hash.c hashsize.h
+make_hash: comp_hash.c hashsize.h curses.h
${CC} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
${NCURSES}/ncurses/tinfo/comp_hash.c