only build .a version of this library
authorChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 02:14:49 +0000 (02:14 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Oct 2005 02:14:49 +0000 (02:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23938 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Makefile

index ae70488a4d0b3c555d177e83536a02be3e58ca57..d0efc987845fb72ead5546c347beb38b4937b3bb 100644 (file)
@@ -9,6 +9,7 @@
 LEVEL = ../..
 LIBRARYNAME = LLVMTarget
 BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
 
 # We include this early so we can access the value of TARGETS_TO_BUILD as the
 # value for PARALLEL_DIRS which must be set before Makefile.rules is included