summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-22 05:22:13 +0000
committerChris Lattner <sabre@nondot.org>2003-08-22 05:22:13 +0000
commit7d4d892e1469397b913f7e407653f9a6f6a01033 (patch)
tree0eaca3e2d51e9e5105832bc08221518e2f0a9aa0 /Makefile.common
parentf0f463eb636bd27a78669a1bd702fe50c4ee694f (diff)
downloadllvm-7d4d892e1469397b913f7e407653f9a6f6a01033.tar.gz
llvm-7d4d892e1469397b913f7e407653f9a6f6a01033.tar.bz2
llvm-7d4d892e1469397b913f7e407653f9a6f6a01033.tar.xz
Ugh, really fix it now... :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 3bdee2ae15..b5d1e54b65 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -122,7 +122,7 @@ ifndef LLVM_OBJ_ROOT
ifdef LLVM_SRC_ROOT
LLVM_OBJ_ROOT := $(shell cd $(BUILD_OBJ_DIR); cd $(LLVM_SRC_ROOT); pwd)
else
-LLVM_OBJ_ROOT := $(shell cd $(BUILD_OBJ_DIR); cd $(LEVEL); pwd)
+LLVM_OBJ_ROOT := $(shell cd $(BUILD_OBJ_ROOT); pwd)
endif
endif