aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-10 19:37:51 +0000
committerChris Lattner <sabre@nondot.org>2003-09-10 19:37:51 +0000
commitad2be6cc413639142b07ecb860759c2ab1755b5f (patch)
tree3f7875820d6f209806d123f4cf27487a28fe6d69 /Makefile.rules
parent053134a1ee57289fd6397713a6898f6dd141ba29 (diff)
downloadexternal_llvm-ad2be6cc413639142b07ecb860759c2ab1755b5f.zip
external_llvm-ad2be6cc413639142b07ecb860759c2ab1755b5f.tar.gz
external_llvm-ad2be6cc413639142b07ecb860759c2ab1755b5f.tar.bz2
Avoid dumping runtime library bytecode files into lib/Bytecode if building
into the source directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 283dfe2..a6ef003 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -159,7 +159,7 @@ endif
DESTLIBDEBUG := $(BUILD_OBJ_ROOT)/lib/Debug
DESTLIBRELEASE := $(BUILD_OBJ_ROOT)/lib/Release
DESTLIBPROFILE := $(BUILD_OBJ_ROOT)/lib/Profile
-DESTLIBBYTECODE := $(BUILD_OBJ_ROOT)/lib/Bytecode
+DESTLIBBYTECODE := $(BUILD_OBJ_ROOT)/lib/BytecodeLibs
DESTLIBCURRENT := $(BUILD_OBJ_ROOT)/lib/$(CONFIGURATION)
# LLVM libraries used for linking