diff options
Diffstat (limited to 'llvm/projects/sample')
-rw-r--r-- | llvm/projects/sample/Makefile.common.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/sample/Makefile.common.in b/llvm/projects/sample/Makefile.common.in index 2b3025bd011..33bfcd67880 100644 --- a/llvm/projects/sample/Makefile.common.in +++ b/llvm/projects/sample/Makefile.common.in @@ -19,4 +19,4 @@ PROJ_OBJ_ROOT := $(subst //,/,@abs_top_objdir@) PROJ_INSTALL_ROOT := @prefix@ # Include LLVM's Master Makefile. -include $(LLVM_OBJ_ROOT)/Makefile.common +include $(LLVM_SRC_ROOT)/Makefile.common |