From: Wolfgang Bangerth Date: Tue, 8 Mar 2005 18:14:02 +0000 (+0000) Subject: # make sure the function parser is also built (it isn't in the default X-Git-Tag: v8.0.0~14481 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=177ebb46f9b81c3441fd9276c2c785cb314d57ed;p=dealii.git # 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 git-svn-id: https://svn.dealii.org/trunk@10047 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 25b6e45795..dc839158de 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -97,7 +97,12 @@ 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,base,$(USE_CONTRIB_HSL))) +# +# 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 cd $D/contrib && $(MAKE) contrib-functionparser: