Avoid dumping runtime library bytecode files into lib/Bytecode if building
authorChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 19:37:51 +0000 (19:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 10 Sep 2003 19:37:51 +0000 (19:37 +0000)
into the source directory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8450 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 283dfe2661b321f72c5c751bb4d761bd589bdb42..a6ef003ac9e07931be3b7c45ac8a2544a2cde330 100644 (file)
@@ -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