reorder these to make it work with static libraries
authorChris Lattner <sabre@nondot.org>
Fri, 10 Mar 2006 21:01:34 +0000 (21:01 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Mar 2006 21:01:34 +0000 (21:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26698 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.rules

index 4596c4faff7e6cea6989e70468fb699740ab5fd3..0bdb3deeed964efc3336a7eff189b3894b652a34 100644 (file)
@@ -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)