summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 01:59:48 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 01:59:48 +0000
commitab0ed3592b0837c31aaaab65edd9bac8746f899e (patch)
tree05b51edcf84ddaf66b8648512c9105baaba8b425 /lib/Transforms/Utils/Makefile
parentf582dde1438cdef14ea44bbd36fbbe7f4f7f0ccc (diff)
downloadllvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.gz
llvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.bz2
llvm-ab0ed3592b0837c31aaaab65edd9bac8746f899e.tar.xz
Only build .a file versions of these libraries, instead of .a and .o versions.
This should speed up build times. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23933 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/Makefile')
-rw-r--r--lib/Transforms/Utils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Transforms/Utils/Makefile b/lib/Transforms/Utils/Makefile
index b349b6c5c5..b78e89e21e 100644
--- a/lib/Transforms/Utils/Makefile
+++ b/lib/Transforms/Utils/Makefile
@@ -6,9 +6,11 @@
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
+
LEVEL = ../../..
LIBRARYNAME = LLVMTransformUtils
BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
include $(LEVEL)/Makefile.common