From 2e68159303b98744e6cc36674276bf83a68fdb5c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 4 Sep 2006 04:04:41 +0000 Subject: [PATCH] rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. llvm-svn: 30077 --- tools/llc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/llc/Makefile b/tools/llc/Makefile index c34616fa32b..812e59a224f 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -17,9 +17,9 @@ REQUIRES_EH := 1 include $(LEVEL)/Makefile.config USEDLIBS := $(addprefix LLVM,$(TARGETS_TO_BUILD)) \ + LLVMTarget.a \ LLVMCodeGen.a \ LLVMSelectionDAG.a \ - LLVMTarget.a \ LLVMipa.a \ LLVMTransforms.a \ LLVMScalarOpts.a \