svn commit: r283774 - projects/bmake/lib/libcrypt/tests

Simon J. Gerraty sjg at FreeBSD.org
Sat May 30 17:24:42 UTC 2015


Author: sjg
Date: Sat May 30 17:24:41 2015
New Revision: 283774
URL: https://svnweb.freebsd.org/changeset/base/283774

Log:
  Fix include of atf-c.h

Modified:
  projects/bmake/lib/libcrypt/tests/Makefile.depend
  projects/bmake/lib/libcrypt/tests/crypt_tests.c

Modified: projects/bmake/lib/libcrypt/tests/Makefile.depend
==============================================================================
--- projects/bmake/lib/libcrypt/tests/Makefile.depend	Sat May 30 16:30:51 2015	(r283773)
+++ projects/bmake/lib/libcrypt/tests/Makefile.depend	Sat May 30 17:24:41 2015	(r283774)
@@ -3,6 +3,7 @@
 DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
 
 DIRDEPS = \
+	gnu/lib/csu \
 	gnu/lib/libgcc \
 	include \
 	include/xlocale \
@@ -10,6 +11,7 @@ DIRDEPS = \
 	lib/atf/libatf-c \
 	lib/libc \
 	lib/libcompiler_rt \
+	lib/libcrypt \
 
 
 .include <dirdeps.mk>

Modified: projects/bmake/lib/libcrypt/tests/crypt_tests.c
==============================================================================
--- projects/bmake/lib/libcrypt/tests/crypt_tests.c	Sat May 30 16:30:51 2015	(r283773)
+++ projects/bmake/lib/libcrypt/tests/crypt_tests.c	Sat May 30 17:24:41 2015	(r283774)
@@ -4,7 +4,7 @@ __FBSDID("$FreeBSD$");
 #include <sys/types.h>
 #include <unistd.h>
 
-#include <atf-c/atf-c.h>
+#include <atf-c.h>
 
 #define	LEET "0.s0.l33t"
 


More information about the svn-src-projects mailing list