about summary refs log tree commit diff homepage
path: root/Makefile.common
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-22 05:48:43 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-22 05:48:43 +0000
commit7855e18aa4c702a92c6aa6ec75c9dd2a07ea1ca4 (patch)
treecf9d5760d1bfe7a9b92284ad2c1a9a2e005f697c /Makefile.common
parent4ce774750042043fca78f50575f154f68296ab18 (diff)
downloadklee-7855e18aa4c702a92c6aa6ec75c9dd2a07ea1ca4.tar.gz
Look for Makefile.rules in the right directory.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@72246 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 b8b352aa..5b093e6b 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -18,7 +18,7 @@ override ENABLE_PROFILING := $(RUNTIME_ENABLE_PROFILING)
 override ENABLE_COVERAGE := $(RUNTIME_ENABLE_COVERAGE)
 endif
 
-include $(LLVM_OBJ_ROOT)/Makefile.rules
+include $(LLVM_SRC_ROOT)/Makefile.rules
 
 LD.Flags += -L$(PROJ_SRC_ROOT)/stp/lib
 CXX.Flags += -DLLVM_23