From 2a3af750e71f52d464a9d84e1eb11671ccbd53e0 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 13 Dec 2004 17:02:08 +0000 Subject: For PR351: libLLVMSupport now depends on libLLVMSystem git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18893 91177308-0d34-0410-b5e6-96231b3b80d8 --- utils/fpcmp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/fpcmp') diff --git a/utils/fpcmp/Makefile b/utils/fpcmp/Makefile index 5ba547e699..6e12739ac8 100644 --- a/utils/fpcmp/Makefile +++ b/utils/fpcmp/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = fpcmp -USEDLIBS = LLVMSupport.a +USEDLIBS = LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common -- cgit v1.2.3