mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50726
@ -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