aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-01 05:14:57 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-01 05:14:57 +0000
commitb78515bd1ac42dc9bb88a41fc0cd13d22ff9d794 (patch)
treebec8655c8e72b40714d1cb74be9b781287c20282 /lib/libncurses
parentd03dcaa7790c395f5c8340e418c31ba4f3d80dd8 (diff)
downloadsrc-b78515bd1ac42dc9bb88a41fc0cd13d22ff9d794.tar.gz
src-b78515bd1ac42dc9bb88a41fc0cd13d22ff9d794.zip
Add a missing dependency for make_hash which could make various forms of
make -jN fail. This fixes the present problem only, not the larger one of when those internal tools are built and the cross-compiling etc. Submitted by: luoqi
Notes
Notes: svn path=/head/; revision=50726
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index e2de7fbd7847..3c2fd61698d7 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/Makefile
@@ -305,7 +305,7 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
make_keys: make_keys.c names.c
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c
-make_hash: comp_hash.c
+make_hash: comp_hash.c hashsize.h
${CC} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
${NCURSES}/ncurses/tinfo/comp_hash.c