From 5e9f19fb1a74526d37e62a6473733736cb6418bd Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 6 Nov 2010 05:00:20 +0000 Subject: [PATCH] Make sure we also build ../include/deal.II/lac/lapack_templates.h in time. git-svn-id: https://svn.dealii.org/trunk@22616 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index a60ed8c0a3..39bef1bace 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -200,8 +200,9 @@ $(LIBDIR)/libdeal_II$(shared-lib-suffix): $(o-files) # A rule to make sure the various */Makefile.dep files have the right -# dependencies on their source files -Makefile.dep: $(inst-files) +# dependencies on their source files. Use the opportunity to also ensure that +# .inst and the lapack file are built before everything else +Makefile.dep: $(inst-files) ../include/deal.II/lac/lapack_templates.h @for i in $(all-dirs) ; do \ echo $$i/Makefile.dep: $$i/*.cc \ $(h-files) \ -- 2.39.5