From 4813ffbba1b5860a42ccd4ea14fc9dbbc7520bea Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 11 Oct 2000 11:25:47 +0000 Subject: Fix a buildworld hiccup with build-tools that wasn't present in standalone library builds. --- lib/ncurses/ncurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ncurses') 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 -- cgit v1.1