Add a missing dependency for make_hash which could make various forms of
make -jN fail. This fixes the present problem only, not the larger one of when those internal tools are built and the cross-compiling etc. Submitted by: luoqi
This commit is contained in:
parent
d03dcaa779
commit
b78515bd1a
@ -305,7 +305,7 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
|
||||
make_keys: make_keys.c names.c
|
||||
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c
|
||||
|
||||
make_hash: comp_hash.c
|
||||
make_hash: comp_hash.c hashsize.h
|
||||
${CC} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
|
||||
${NCURSES}/ncurses/tinfo/comp_hash.c
|
||||
|
||||
|
@ -305,7 +305,7 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
|
||||
make_keys: make_keys.c names.c
|
||||
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c
|
||||
|
||||
make_hash: comp_hash.c
|
||||
make_hash: comp_hash.c hashsize.h
|
||||
${CC} -o $@ ${CFLAGS} -DMAIN_PROGRAM \
|
||||
${NCURSES}/ncurses/tinfo/comp_hash.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user