diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-14 15:27:51 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-09-14 15:27:51 +0000 |
| commit | c31acb794466987e42af2b956e2db7b8b21c08bf (patch) | |
| tree | 79f8fa9564f964ec22b3dff1edbccb60cbc537a2 | |
| parent | 4bf12cb91ed3c0bb74024a1a81397d81b13ee5ee (diff) | |
Notes
| -rw-r--r-- | lib/libncurses/Makefile | 4 | ||||
| -rw-r--r-- | lib/ncurses/ncurses/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 38fb526601d1e..f73af6c721592 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/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 diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index 38fb526601d1e..f73af6c721592 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 |
