]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make sure that the Trilinos and Petsc libs come after our own. Otherwise, linking...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Oct 2008 13:42:07 +0000 (13:42 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Oct 2008 13:42:07 +0000 (13:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@17415 0785d39b-7218-0410-832d-ea1e28bc413d

tests/Makefile.rules

index 1f95b4fe17c711c640b5784f167334264b1b7788..f3b200048038e7993a14d9fbb4ad2bc8f46300b7 100644 (file)
@@ -51,7 +51,7 @@ endif
 %/exe : %/obj.g.$(OBJEXT)
        @echo =====linking======= $@
        @echo Linking > $*/status
-       @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS)
+       @$(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
 
 
 ############################################################

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.