From: Ralf Hartmann Date: Fri, 27 Feb 2004 09:35:35 +0000 (+0000) Subject: Change ordering in link command. X-Git-Tag: v8.0.0~15723 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c020afbe984c1393fbbb3019702010debf6a03c;p=dealii.git Change ordering in link command. git-svn-id: https://svn.dealii.org/trunk@8590 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/Makefile.rules b/tests/Makefile.rules index 8ee24760d7..6ca4e1df26 100644 --- a/tests/Makefile.rules +++ b/tests/Makefile.rules @@ -38,7 +38,7 @@ endif ###################################################################### %.exe : @echo =====linking======= $@ - @$(CXX) $(LDFLAGS) -o $@ $^ $(LIBS) ../abort.o + @$(CXX) $(LDFLAGS) -o $@ ../abort.o $^ $(LIBS) ############################################################