diff options
Diffstat (limited to 'tools/llvmc/plugins')
-rw-r--r-- | tools/llvmc/plugins/Base/Makefile | 2 | ||||
-rw-r--r-- | tools/llvmc/plugins/Clang/Makefile | 2 | ||||
-rw-r--r-- | tools/llvmc/plugins/Hello/Makefile | 2 | ||||
-rw-r--r-- | tools/llvmc/plugins/Simple/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tools/llvmc/plugins/Base/Makefile b/tools/llvmc/plugins/Base/Makefile index eb6ed01..017dceb 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 a1b011e..bf5429c 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 8e9fa6f..b309bff 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 c38cda5..b108e70 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 |