summaryrefslogtreecommitdiffstats
path: root/lib/ncurses/ncurses
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-10-11 11:25:47 +0000
committerpeter <peter@FreeBSD.org>2000-10-11 11:25:47 +0000
commit4813ffbba1b5860a42ccd4ea14fc9dbbc7520bea (patch)
tree5378df996f3f4a9f93c01a0d9402c30067568b18 /lib/ncurses/ncurses
parentc5e95b5a36dd1877b202e3f973ebdff43b739437 (diff)
downloadFreeBSD-src-4813ffbba1b5860a42ccd4ea14fc9dbbc7520bea.zip
FreeBSD-src-4813ffbba1b5860a42ccd4ea14fc9dbbc7520bea.tar.gz
Fix a buildworld hiccup with build-tools that wasn't present in standalone
library builds.
Diffstat (limited to 'lib/ncurses/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index f13f917..234e5cb 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -329,7 +329,7 @@ build-tools: make_hash make_keys
make_keys: make_keys.c names.c curses.h ncurses_def.h
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c
-make_hash: comp_hash.c hashsize.h curses.h
+make_hash: comp_hash.c hashsize.h curses.h ncurses_def.h
${CC} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
${NCURSES}/ncurses/tinfo/comp_hash.c
OpenPOWER on IntegriCloud