diff options
author | Chris Lattner <sabre@nondot.org> | 2003-08-22 05:22:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-08-22 05:22:13 +0000 |
commit | 7d4d892e1469397b913f7e407653f9a6f6a01033 (patch) | |
tree | 0eaca3e2d51e9e5105832bc08221518e2f0a9aa0 /Makefile.common | |
parent | f0f463eb636bd27a78669a1bd702fe50c4ee694f (diff) |
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.common | 2 |
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 |