From 5f79bbb12d478b75065f58c0eca019d52da4039e Mon Sep 17 00:00:00 2001 From: bdrewery Date: Wed, 25 Nov 2015 20:38:20 +0000 Subject: 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 --- tests/sys/kern/acct/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/sys/kern/acct/Makefile b/tests/sys/kern/acct/Makefile index 03fad6d..ca3df4c 100644 --- a/tests/sys/kern/acct/Makefile +++ b/tests/sys/kern/acct/Makefile @@ -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' \ -- cgit v1.1