Author: dim
Date: Tue Dec 11 20:08:57 2012
New Revision: 244124
URL: http://svnweb.freebsd.org/changeset/base/244124
Log:
Cleanup a few duplicate llvm libs that snuck in with the recent update.
Noticed by: rdivacky
Modified:
head/lib/clang/Makefile
Modified: head/lib/clang/Makefile
==============================================================================
--- head/lib/clang/Makefile Tue Dec 11 19:54:35 2012 (r244123)
+++ head/lib/clang/Makefile Tue Dec 11 20:08:57 2012 (r244124)
@@ -71,15 +71,12 @@ SUBDIR= libclanganalysis \
libllvmx86utils
.if ${MK_CLANG_EXTRAS} != "no"
-SUBDIR+=libllvmarchive \
- libllvmdebuginfo \
+SUBDIR+=libllvmdebuginfo \
libllvmexecutionengine \
libllvminterpreter \
libllvmjit \
- libllvmlinker \
libllvmmcdisassembler \
libllvmmcjit \
- libllvmobject \
libllvmruntimedyld
.endif
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"