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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to