From 37b419cdeec2b925da4a09608f64e41841cb3ea8 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Mon, 2 Mar 2009 09:03:36 +0000 Subject: Fix build with objdir != srcdir. llvm-svn: 65826 --- llvm/tools/llvmc/plugins/Base/Makefile | 2 +- llvm/tools/llvmc/plugins/Clang/Makefile | 2 +- llvm/tools/llvmc/plugins/Hello/Makefile | 2 +- llvm/tools/llvmc/plugins/Simple/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/tools/llvmc/plugins') diff --git a/llvm/tools/llvmc/plugins/Base/Makefile b/llvm/tools/llvmc/plugins/Base/Makefile index eb6ed010c6f..017dcebc022 100644 --- a/llvm/tools/llvmc/plugins/Base/Makefile +++ b/llvm/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/llvm/tools/llvmc/plugins/Clang/Makefile b/llvm/tools/llvmc/plugins/Clang/Makefile index a1b011e90db..bf5429c16a3 100644 --- a/llvm/tools/llvmc/plugins/Clang/Makefile +++ b/llvm/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/llvm/tools/llvmc/plugins/Hello/Makefile b/llvm/tools/llvmc/plugins/Hello/Makefile index 8e9fa6f3135..b309bff6626 100644 --- a/llvm/tools/llvmc/plugins/Hello/Makefile +++ b/llvm/tools/llvmc/plugins/Hello/Makefile @@ -11,4 +11,4 @@ LEVEL = ../.. LLVMC_PLUGIN = Hello -include $(LEVEL)/Makefile.llvmc +include $(LEVEL)/Makefile diff --git a/llvm/tools/llvmc/plugins/Simple/Makefile b/llvm/tools/llvmc/plugins/Simple/Makefile index c38cda51719..b108e7018d5 100644 --- a/llvm/tools/llvmc/plugins/Simple/Makefile +++ b/llvm/tools/llvmc/plugins/Simple/Makefile @@ -12,4 +12,4 @@ LEVEL = ../.. LLVMC_PLUGIN = Simple BUILT_SOURCES = AutoGenerated.inc -include $(LEVEL)/Makefile.llvmc +include $(LEVEL)/Makefile -- cgit v1.2.3