From 4906753d1f12acf9e905608f9e73a44c82418345 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 17 Jan 2007 01:40:46 +0000 Subject: [PATCH] Revert order of libraries to allow linking on OS X. git-svn-id: https://svn.dealii.org/trunk@14323 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/deal.II/Makefile b/tests/deal.II/Makefile index 889b9c41b6..d347e9701a 100644 --- a/tests/deal.II/Makefile +++ b/tests/deal.II/Makefile @@ -11,11 +11,11 @@ include ../Makefile.paths include $D/common/Make.global_options debug-mode = on -libraries = $(lib-lac.g) \ - $(lib-base.g) \ - $(lib-deal2-1d.g) \ +libraries = $(lib-deal2-1d.g) \ $(lib-deal2-2d.g) \ - $(lib-deal2-3d.g) + $(lib-deal2-3d.g) \ + $(lib-lac.g) \ + $(lib-base.g) default: run-tests -- 2.39.5