From: kanschat Date: Wed, 21 Jul 2010 18:17:40 +0000 (+0000) Subject: attempt at removing a time conflict; we may have to revert to the sequentialized... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=face75fe166af4e9755500f5c094821b603d9a53;p=dealii-svn.git 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 --- 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