Add a `build-tools' target for make_hash and make_keys.

This commit is contained in:
Marcel Moolenaar 1999-12-13 21:25:08 +00:00
parent ac55add06c
commit 895a95935f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54576
2 changed files with 4 additions and 0 deletions

View File

@ -304,6 +304,8 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
mv -f $@.new $@
# Build tools
build-tools: make_hash make_keys
make_keys: make_keys.c names.c
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c

View File

@ -304,6 +304,8 @@ term.h: MKterm.h.awk edit_cfg.sh Caps
mv -f $@.new $@
# Build tools
build-tools: make_hash make_keys
make_keys: make_keys.c names.c
${CC} -o $@ ${CFLAGS} ${NCURSES}/ncurses/tinfo/make_keys.c