Ugh, really fix it now... :(
[oota-llvm.git] / Makefile.common
index 3bdee2ae158d703d2472efa1fe352f89346b7eb9..b5d1e54b65f701def21ec2251927d4273281f737 100644 (file)
@@ -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