From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4df23ee9d0d90004e11e3d2ff9989692873dd71;p=dealii-svn.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: