From 57787b732c0e7eb5d725bd06c25594faa1987061 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 10 Dec 2007 05:52:19 +0000 Subject: [PATCH] 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 --- deal.II/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.5