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:
Bryan Drewery 2015-11-25 20:38:20 +00:00
parent 114350b9de
commit 95351216e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291331

View File

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