From 96e25d12bdfd99c0d24825bb8ec9137c61b49056 Mon Sep 17 00:00:00 2001 From: hartmann Date: Fri, 27 Feb 2004 09:35:35 +0000 Subject: [PATCH] Change ordering in link command. git-svn-id: https://svn.dealii.org/trunk@8590 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/Makefile.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ############################################################ -- 2.39.5