aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses/Makefile
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-10-11 11:25:47 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-10-11 11:25:47 +0000
commitf68135e505e29146f3d87e2738cd1ccb870093df (patch)
tree905765fa41a36cfc39fa2a49338a95cdd745f9a5 /lib/libncurses/Makefile
parent1f49176099c453cc5b9518ab5ecd733fd4eb80cf (diff)
downloadsrc-f68135e505e29146f3d87e2738cd1ccb870093df.tar.gz
src-f68135e505e29146f3d87e2738cd1ccb870093df.zip
Fix a buildworld hiccup with build-tools that wasn't present in standalone
library builds.
Notes
Notes: svn path=/head/; revision=66975
Diffstat (limited to 'lib/libncurses/Makefile')
-rw-r--r--lib/libncurses/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index f13f9178bca7..234e5cbcce44 100644
--- a/lib/libncurses/Makefile
+++ b/lib/libncurses/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