From cfa036b8f06e9b50beaf68be9ae521cb02de7b64 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Tue, 3 Mar 2009 10:03:53 +0000 Subject: [PATCH] Use LLVMLIBS instead of USEDLIBS. Since this Makefile is supposed to be usable from LLVM-based projects not in the tree, LLVMLIBS should be used instead of USEDLIBS. This depends on my previous fix to Makefile.rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65941 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvmc/driver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llvmc/driver/Makefile b/tools/llvmc/driver/Makefile index 0e32726fec2..3dd373a51ed 100644 --- a/tools/llvmc/driver/Makefile +++ b/tools/llvmc/driver/Makefile @@ -10,7 +10,7 @@ LEVEL = ../../.. TOOLNAME = $(LLVMC_BASED_DRIVER_NAME) -USEDLIBS = CompilerDriver +LLVMLIBS = CompilerDriver ifneq ($(LLVMC_BUILTIN_PLUGINS),) USEDLIBS += $(patsubst %,plugin_llvmc_%,$(LLVMC_BUILTIN_PLUGINS)) -- 2.34.1