From aa9b596c5d9cc6091a4a5f97e70e393125286647 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 02:14:49 +0000 Subject: [PATCH] only build .a version of this library git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23938 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/Makefile b/lib/Target/Makefile index ae70488a4d0..d0efc987845 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