From: Reid Spencer Date: Mon, 9 Apr 2007 19:17:47 +0000 (+0000) Subject: Don't link against System or Support library. These things will already X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9101d8647fbd2d9286fbf8224388557b30a18537;p=oota-llvm.git 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 --- 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