mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make sure curses.h is generated when making build-tools make_keys
and make_hash depend on it.
This commit is contained in:
parent
7676262457
commit
73a84e4f78
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue