aboutsummaryrefslogtreecommitdiff
path: root/lib/ncurses/ncurses
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-09-14 15:27:51 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-09-14 15:27:51 +0000
commitc31acb794466987e42af2b956e2db7b8b21c08bf (patch)
tree79f8fa9564f964ec22b3dff1edbccb60cbc537a2 /lib/ncurses/ncurses
parent4bf12cb91ed3c0bb74024a1a81397d81b13ee5ee (diff)
downloadsrc-c31acb794466987e42af2b956e2db7b8b21c08bf.tar.gz
src-c31acb794466987e42af2b956e2db7b8b21c08bf.zip
Unbreak build-tools -- build and use up-to-date ${HEADERS}.
These might not be present in /usr/include, or they may be incompatible with the version we are building (for library upgrades/downgrades). This stopped the RELENG_4 buildworld on a -CURRENT box. Well, this only fixes the issue if MFC'ed. :-)
Notes
Notes: svn path=/head/; revision=83453
Diffstat (limited to 'lib/ncurses/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 38fb526601d1..f73af6c72159 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/Makefile
@@ -329,10 +329,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 curses.h ncurses_def.h
+make_keys: make_keys.c names.c ncurses_def.h ${HEADERS}
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c
-make_hash: comp_hash.c hashsize.h curses.h ncurses_def.h
+make_hash: comp_hash.c hashsize.h ncurses_def.h ${HEADERS}
${CC} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
${NCURSES}/ncurses/tinfo/comp_hash.c