mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
List help.h a a dependancy for editline.c
Use 'beforedepend' instead of '.depend' to hang automatically-generated headers off. XXX the latter is bogus without a 'beforeall' target and explicit ordering of dependancy generation for targets.
This commit is contained in:
parent
dc2efb2766
commit
a39c8cb67d
1 changed files with 2 additions and 2 deletions
|
|
@ -55,10 +55,10 @@ help.c: ${ASRC} makelist
|
|||
help.h: ${ASRC} makelist
|
||||
sh ${.CURDIR}/makelist -bh ${ASRC} > ${.TARGET}
|
||||
|
||||
editline.c: ${OSRCS}
|
||||
editline.c: ${OSRCS} help.h
|
||||
sh ${.CURDIR}/makelist -e ${.ALLSRC:T} > ${.TARGET}
|
||||
|
||||
.depend: vi.h emacs.h common.h fcns.h help.h help.c
|
||||
beforedepend: vi.h emacs.h common.h fcns.h help.h help.c
|
||||
|
||||
test: test.o libedit.a ${DPADD} ${LIBTERMCAP}
|
||||
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD}
|
||||
|
|
|
|||
Loading…
Reference in a new issue