Author: bdrewery
Date: Wed Nov 25 20:38:20 2015
New Revision: 291331
URL: https://svnweb.freebsd.org/changeset/base/291331

Log:
  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

Modified:
  head/tests/sys/kern/acct/Makefile

Modified: head/tests/sys/kern/acct/Makefile
==============================================================================
--- head/tests/sys/kern/acct/Makefile   Wed Nov 25 20:38:17 2015        
(r291330)
+++ head/tests/sys/kern/acct/Makefile   Wed Nov 25 20:38:20 2015        
(r291331)
@@ -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' \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to