svn commit: r295713 - head/lib/libc/tests

Bryan Drewery bdrewery at FreeBSD.org
Wed Feb 17 18:41:57 UTC 2016


Author: bdrewery
Date: Wed Feb 17 18:41:55 2016
New Revision: 295713
URL: https://svnweb.freebsd.org/changeset/base/295713

Log:
  Fix build race after r295643.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/lib/libc/tests/Makefile

Modified: head/lib/libc/tests/Makefile
==============================================================================
--- head/lib/libc/tests/Makefile	Wed Feb 17 18:28:38 2016	(r295712)
+++ head/lib/libc/tests/Makefile	Wed Feb 17 18:41:55 2016	(r295713)
@@ -22,6 +22,8 @@ TESTS_SUBDIRS+=	termios
 TESTS_SUBDIRS+=	tls
 TESTS_SUBDIRS+=	ttyio
 
+SUBDIR_DEPEND_tls= tls_dso
+
 .if ${MK_LOCALES} != "no"
 TESTS_SUBDIRS+=	locale
 .endif


More information about the svn-src-head mailing list