summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libncurses/Makefile4
-rw-r--r--lib/ncurses/ncurses/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile
index 31ea17c..7312629 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
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile
index 31ea17c..7312629 100644
--- a/lib/ncurses/ncurses/Makefile
+++ b/lib/ncurses/ncurses/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
OpenPOWER on IntegriCloud