summaryrefslogtreecommitdiff
path: root/tools/llvmc/plugins
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:03:36 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-03-02 09:03:36 +0000
commitb14f5b5e9d6a8cc9337a99ff3a31ff2bc1ba2fa0 (patch)
tree716964a2dcfb6b3c0e3a708cc242733be19ce70d /tools/llvmc/plugins
parent95e2aa8967ed7c983b093c1b119afad848962068 (diff)
downloadllvm-b14f5b5e9d6a8cc9337a99ff3a31ff2bc1ba2fa0.tar.gz
llvm-b14f5b5e9d6a8cc9337a99ff3a31ff2bc1ba2fa0.tar.bz2
llvm-b14f5b5e9d6a8cc9337a99ff3a31ff2bc1ba2fa0.tar.xz
Fix build with objdir != srcdir.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65826 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/plugins')
-rw-r--r--tools/llvmc/plugins/Base/Makefile2
-rw-r--r--tools/llvmc/plugins/Clang/Makefile2
-rw-r--r--tools/llvmc/plugins/Hello/Makefile2
-rw-r--r--tools/llvmc/plugins/Simple/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/llvmc/plugins/Base/Makefile b/tools/llvmc/plugins/Base/Makefile
index eb6ed010c6..017dcebc02 100644
--- a/tools/llvmc/plugins/Base/Makefile
+++ b/tools/llvmc/plugins/Base/Makefile
@@ -12,4 +12,4 @@ LEVEL = ../..
LLVMC_PLUGIN = Base
BUILT_SOURCES = AutoGenerated.inc
-include $(LEVEL)/Makefile.llvmc
+include $(LEVEL)/Makefile
diff --git a/tools/llvmc/plugins/Clang/Makefile b/tools/llvmc/plugins/Clang/Makefile
index a1b011e90d..bf5429c16a 100644
--- a/tools/llvmc/plugins/Clang/Makefile
+++ b/tools/llvmc/plugins/Clang/Makefile
@@ -12,4 +12,4 @@ LEVEL = ../..
LLVMC_PLUGIN = Clang
BUILT_SOURCES = AutoGenerated.inc
-include $(LEVEL)/Makefile.llvmc
+include $(LEVEL)/Makefile
diff --git a/tools/llvmc/plugins/Hello/Makefile b/tools/llvmc/plugins/Hello/Makefile
index 8e9fa6f313..b309bff662 100644
--- a/tools/llvmc/plugins/Hello/Makefile
+++ b/tools/llvmc/plugins/Hello/Makefile
@@ -11,4 +11,4 @@ LEVEL = ../..
LLVMC_PLUGIN = Hello
-include $(LEVEL)/Makefile.llvmc
+include $(LEVEL)/Makefile
diff --git a/tools/llvmc/plugins/Simple/Makefile b/tools/llvmc/plugins/Simple/Makefile
index c38cda5171..b108e7018d 100644
--- a/tools/llvmc/plugins/Simple/Makefile
+++ b/tools/llvmc/plugins/Simple/Makefile
@@ -12,4 +12,4 @@ LEVEL = ../..
LLVMC_PLUGIN = Simple
BUILT_SOURCES = AutoGenerated.inc
-include $(LEVEL)/Makefile.llvmc
+include $(LEVEL)/Makefile