aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 02:14:49 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 02:14:49 +0000
commitaa9b596c5d9cc6091a4a5f97e70e393125286647 (patch)
treecc2c6daead88187d7d0f16aaf5c41115ee089bd3 /lib/Target/Makefile
parente3242e2392567ba360da86ad4f86e30ae1d29f91 (diff)
only build .a version of this library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Makefile')
-rw-r--r--lib/Target/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Makefile b/lib/Target/Makefile
index ae70488a4d..d0efc98784 100644
--- a/lib/Target/Makefile
+++ b/lib/Target/Makefile
@@ -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