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:
Peter Wemm 1999-09-01 05:14:57 +00:00
parent d03dcaa779
commit b78515bd1a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50726
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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