From: Chris Lattner Date: Fri, 10 Mar 2006 21:01:34 +0000 (+0000) Subject: reorder these to make it work with static libraries X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=be3c2f210c4d069bb1a2a55fd49653f6e8d190ed;p=oota-llvm.git reorder these to make it work with static libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26698 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile.rules b/Makefile.rules index 4596c4faff7..0bdb3deeed9 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -928,8 +928,8 @@ endif $(ToolBuildPath): $(ObjectsO) $(ProjLibsPaths) $(LLVMLibsPaths) $(Echo) Linking $(BuildMode) executable $(TOOLNAME) $(StripWarnMsg) - $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(ProjLibsOptions) \ - $(LLVMLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB) $(LIBS) + $(Verb) $(Link) -o $@ $(TOOLLINKOPTS) $(ObjectsO) $(LLVMLibsOptions) \ + $(ProjLibsOptions) $(ExtraLibs) $(TOOLLINKOPTSB) $(LIBS) $(Echo) ======= Finished Linking $(BuildMode) Executable $(TOOLNAME) \ $(StripWarnMsg)