aboutsummaryrefslogtreecommitdiffstats
path: root/projects/sample
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-25 00:09:05 +0000
committerDan Gohman <gohman@apple.com>2009-03-25 00:09:05 +0000
commit5581906b0e25b68a1d5a1b0659d5a11b73069078 (patch)
tree69b8656ecf6a34e62a7cf0b1fcda1142e4692f9d /projects/sample
parent8f64dc5a4f64ae851f0e95ae029d6369ff18ba45 (diff)
downloadexternal_llvm-5581906b0e25b68a1d5a1b0659d5a11b73069078.zip
external_llvm-5581906b0e25b68a1d5a1b0659d5a11b73069078.tar.gz
external_llvm-5581906b0e25b68a1d5a1b0659d5a11b73069078.tar.bz2
LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects/sample')
-rw-r--r--projects/sample/Makefile.common.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/sample/Makefile.common.in b/projects/sample/Makefile.common.in
index 2b3025b..33bfcd6 100644
--- a/projects/sample/Makefile.common.in
+++ b/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