From: Guido 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-Tag: v8.0.0~5780 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de19b0d3c6f4a400c012f01649c08eebbb876177;p=dealii.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