X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile.common;h=b5d1e54b65f701def21ec2251927d4273281f737;hb=7d4d892e1469397b913f7e407653f9a6f6a01033;hp=3bdee2ae158d703d2472efa1fe352f89346b7eb9;hpb=f0f463eb636bd27a78669a1bd702fe50c4ee694f;p=oota-llvm.git diff --git a/Makefile.common b/Makefile.common index 3bdee2ae158..b5d1e54b65f 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