Author: bdrewery
Date: Thu Dec 10 01:16:22 2015
New Revision: 292039
URL: https://svnweb.freebsd.org/changeset/base/292039

Log:
  Use LIBADD for pthread.
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/usr.bin/clang/lldb/Makefile

Modified: head/usr.bin/clang/lldb/Makefile
==============================================================================
--- head/usr.bin/clang/lldb/Makefile    Thu Dec 10 00:16:02 2015        
(r292038)
+++ head/usr.bin/clang/lldb/Makefile    Thu Dec 10 01:16:22 2015        
(r292039)
@@ -161,6 +161,6 @@ LIBDEPS=\
        llvmcore \
        llvmsupport
 
-.include "../clang.prog.mk"
+LIBADD+=       pthread
 
-LDADD+=        -lpthread
+.include "../clang.prog.mk"
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to