diff options
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 8bd74ae0..6556d3c7 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_SRC_ROOT)/Makefile.rules +include $(PROJ_SRC_ROOT)/Makefile.rules # LLVMCC was added in 2.7. ifeq ($(LLVMCC),) |