Fix a buildworld hiccup with build-tools that wasn't present in standalone
library builds.
This commit is contained in:
parent
1f49176099
commit
f68135e505
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user