From 9101d8647fbd2d9286fbf8224388557b30a18537 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 9 Apr 2007 19:17:47 +0000 Subject: [PATCH] Don't link against System or Support library. These things will already be in the opt tool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35827 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/Hello/Makefile b/lib/Transforms/Hello/Makefile index 606fcfedf53..0a02fe95601 100644 --- a/lib/Transforms/Hello/Makefile +++ b/lib/Transforms/Hello/Makefile @@ -10,7 +10,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMHello LOADABLE_MODULE = 1 -USEDLIBS = LLVMSupport.a LLVMSystem.a +USEDLIBS = include $(LEVEL)/Makefile.common -- 2.34.1