From: bangerth Date: Wed, 17 Jan 2007 01:40:46 +0000 (+0000) Subject: Revert order of libraries to allow linking on OS X. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4906753d1f12acf9e905608f9e73a44c82418345;p=dealii-svn.git Revert order of libraries to allow linking on OS X. git-svn-id: https://svn.dealii.org/trunk@14323 0785d39b-7218-0410-832d-ea1e28bc413d --- 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