--- src/lib/libncurses/libncurses/Makefile 2005/10/08 11:30:45 1.9 +++ src/lib/libncurses/libncurses/Makefile 2005/10/09 14:44:04 1.10 @@ -34,9 +34,8 @@ parametrized.h: init_keytry.h: make_keys keys.list ./make_keys keys.list > $@ -make_keys: make_keys.c +make_keys: ${NCURSESTINFODIR}/make_keys.c names.c ncurses_def.h ${NXCC} ${NXCFLAGS} ${NXLDFLAGS} ${NCURSESTINFODIR}/make_keys.c ${NXLDLIBS} -o ${.TARGET} -make_keys.c: names.c ncurses_def.h keys.list: ${NCURSESTINFODIR}/MKkeys_list.sh ${TERMINFO_CAPS} | sort > $@