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. :-)
This commit is contained in:
parent
4bf12cb91e
commit
c31acb7944
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user