From 87c5c47fcd6a887197cc1c514cb9af30794245fd Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 20 Aug 2004 19:56:44 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@9559 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/Makefile b/deal.II/Makefile index 380c6eb9e3..3da01bf749 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -94,8 +94,9 @@ debug: deps optimized: deps $(MAKE) $(MAKEOPTIONS) contrib baseo laco 2do 1do 3do -# when HSL functions are used, we also compile the detached_ma27 program -# which itself uses the optimized base library +# 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))) cd $D/contrib && $(MAKE) -- 2.39.5