Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode
authorChris Lattner <sabre@nondot.org>
Mon, 15 Sep 2003 22:17:02 +0000 (22:17 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Sep 2003 22:17:02 +0000 (22:17 +0000)
commit0df847aa5ec9c94e980c06f1055ade5afd27047c
treed116741ac73bed11eea77e2d897800cffbeafe46
parent538a317d0386eb815cc77ea9324a27eda8d00cf0
Put llvm .bc files into the BytecodeObj subdirectory instead of the Bytecode
subdirectory.  This prevents the 'make clean' rule from removing lib/Bytecode

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