From: Wolfgang Bangerth Date: Wed, 20 May 2009 19:59:42 +0000 (+0000) Subject: Remove the dependence of detached_ma27 on libbase. X-Git-Tag: v8.0.0~7667 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9987d956bc3bcf82c99acaac7791f5bda7cd36c6;p=dealii.git Remove the dependence of detached_ma27 on libbase. git-svn-id: https://svn.dealii.org/trunk@18870 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 4ccc8def6f..b1c7fc8d1b 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -106,8 +106,7 @@ optimized: contrib baseo laco 2do 1do 3do # make sure the function parser is also built (it isn't in the default # build list of the subdirectory, since it needs to be built before # libbase -contrib: $(subst no,,$(subst yes,base,$(USE_CONTRIB_HSL))) \ - contrib-functionparser +contrib: contrib-functionparser cd $D/contrib && $(MAKE) contrib-functionparser: