Improve dependancy behaviour a little more.

This is still pretty disgusting.

Submitted by:	bde
This commit is contained in:
Mike Smith 1997-07-28 03:33:04 +00:00
parent 6614d8c5f3
commit fb4289da2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27727

View File

@ -55,10 +55,11 @@ help.c: ${ASRC} makelist
help.h: ${ASRC} makelist
sh ${.CURDIR}/makelist -bh ${ASRC} > ${.TARGET}
editline.c: ${OSRCS} help.h
sh ${.CURDIR}/makelist -e ${.ALLSRC:T} > ${.TARGET}
editline.c:
sh ${.CURDIR}/makelist -e ${OSRCS} > ${.TARGET}
beforedepend: vi.h emacs.h common.h fcns.h help.h help.c
beforedepend editline.o editline.po editline.so: \
vi.h emacs.h common.h fcns.h fcns.c help.h help.c
test: test.o libedit.a ${DPADD} ${LIBTERMCAP}
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD}