From 177ebb46f9b81c3441fd9276c2c785cb314d57ed Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 8 Mar 2005 18:14:02 +0000 Subject: [PATCH] # 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 --- deal.II/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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: -- 2.39.5