From: Wolfgang Bangerth Date: Thu, 4 Nov 2004 19:56:18 +0000 (+0000) Subject: Err on the safe side (avoid some make errors with high -j flags) X-Git-Tag: v8.0.0~14721 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b25862111430e7afee09bff571dda669815cb8d;p=dealii.git Err on the safe side (avoid some make errors with high -j flags) git-svn-id: https://svn.dealii.org/trunk@9751 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index c0ef0d82a7..e7fd06f445 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -97,7 +97,7 @@ optimized: deps # when HSL functions are used, we also compile the detached_ma27 # program which itself uses the optimized base library; so add this to # the dependencies if necessary -contrib: $(subst no,,$(subst yes,baseo,$(USE_CONTRIB_HSL))) +contrib: $(subst no,,$(subst yes,base,$(USE_CONTRIB_HSL))) cd $D/contrib && $(MAKE)