From de19b0d3c6f4a400c012f01649c08eebbb876177 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 21 Jul 2010 18:17:40 +0000 Subject: [PATCH] attempt at removing a time conflict; we may have to revert to the sequentialized Makefile though git-svn-id: https://svn.dealii.org/trunk@21553 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index b67a4c77d9..2eddfc1503 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -120,8 +120,8 @@ $(LIBDIR): baseg baseo base lacg laco lac 1dg 1do 1d 2dg 2do 2d 3dg 3do 3d all debug contrib functionparser : $(LIBDIR) deps all: debug optimized -debug: adog lacog baseog contrib baseg lacg 2dg 1dg 3dg -optimized: adoo lacoo baseoo contrib baseo laco 2do 1do 3do +debug: contrib baseg lacg 2dg 1dg 3dg +optimized: contrib baseo laco 2do 1do 3do # when HSL functions are used, we also compile the detached_ma27 -- 2.39.5