From: Wolfgang Bangerth Date: Mon, 10 Dec 2007 05:52:19 +0000 (+0000) Subject: Top-level Makefile needs to ensure that we build expand_instantiations up front. X-Git-Tag: v8.0.0~9555 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57787b732c0e7eb5d725bd06c25594faa1987061;p=dealii.git Top-level Makefile needs to ensure that we build expand_instantiations up front. git-svn-id: https://svn.dealii.org/trunk@15589 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 012705129f..24a5ad1395 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -41,9 +41,12 @@ help: common/scripts/make_dependencies: - cd $D/common/scripts && $(MAKE) $(MAKEOPTIONS) + cd $D/common/scripts && $(MAKE) $(MAKEOPTIONS) make_dependencies -deps: common/scripts/make_dependencies +common/scripts/expand_instantiations: + cd $D/common/scripts && $(MAKE) $(MAKEOPTIONS) expand_instantiations + +deps: common/scripts/make_dependencies common/scripts/expand_instantiations cd $D/base && $(MAKE) $(MAKEOPTIONS) Makefile.dep cd $D/lac && $(MAKE) $(MAKEOPTIONS) Makefile.dep cd $D/deal.II && $(MAKE) $(MAKEOPTIONS) Makefile.dep