From 7b25862111430e7afee09bff571dda669815cb8d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 Nov 2004 19:56:18 +0000 Subject: [PATCH] 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 --- deal.II/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5