aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/plugins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/plugins/Makefile')
-rw-r--r--tools/llvmc/plugins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/plugins/Makefile b/tools/llvmc/plugins/Makefile
index dab58e0..734323f 100644
--- a/tools/llvmc/plugins/Makefile
+++ b/tools/llvmc/plugins/Makefile
@@ -21,7 +21,7 @@ else # LLVMC_PLUGIN
LEVEL = ../../../..
-LIBRARYNAME := $(patsubst %,LLVMC%,$(LLVMC_PLUGIN))
+LIBRARYNAME := $(patsubst %,plugin_llvmc_%,$(LLVMC_PLUGIN))
REQUIRES_EH = 1
ifndef BUILTIN_LLVMC_PLUGIN