From: wolf Date: Thu, 3 Oct 2002 22:38:13 +0000 (+0000) Subject: if we have HSL functions, then contrib now also depends on baseo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748b2b29124c284adf59dc1fbec76cd890b7beba;p=dealii-svn.git if we have HSL functions, then contrib now also depends on baseo. git-svn-id: https://svn.dealii.org/trunk@6602 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 83daad56cf..7e9e41b485 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -89,7 +89,7 @@ debug: deps optimized: deps $(MAKE) $(MAKEOPTIONS) contrib baseo laco 2do 1do 3do -contrib: +contrib: $(subst no,,$(subst yes,baseo,USE_CONTRIB_HSL)) cd $D/contrib ; $(MAKE)