Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 17:24:41 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r283774 - projects/bmake/lib/libcrypt/tests
Message-ID:  <201505301724.t4UHOf1C013312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505301724.t4UHOf1C013312>