Avoid requiring 'make depend' here.

Really this should not be a DPSRCS.  The acct_test.c should not #include
convert.c, but just link it in as a normal SRCS.

MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2015-11-25 20:38:20 +00:00
parent 2ab2ea6fbd
commit 5f79bbb12d

View File

@ -9,6 +9,7 @@ CFLAGS+= -I${.OBJDIR}
CLEANFILES+= convert.c convert.c.tmp CLEANFILES+= convert.c convert.c.tmp
DPSRCS.acct_test= convert.c DPSRCS.acct_test= convert.c
acct_test.o: convert.c
convert.c: ${SRCTOP}/sys/kern/kern_acct.c convert.c: ${SRCTOP}/sys/kern/kern_acct.c
sed -n -e 's/log(/syslog(/g' \ sed -n -e 's/log(/syslog(/g' \