From 37f9d6032d70cb504e2122e5bd67e51cb6171058 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 8 Nov 2010 15:14:30 +0000 Subject: [PATCH] Re-generate the dependency lists for the */Makefile.dep files if any of the .cc files change. git-svn-id: https://svn.dealii.org/trunk@22634 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index 39bef1bace..dbc44c54ed 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -202,7 +202,8 @@ $(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. 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 +Makefile.dep: $(inst-files) ../include/deal.II/lac/lapack_templates.h \ + $(dim-indep-cc-files) $(dim-dep-cc-files) @for i in $(all-dirs) ; do \ echo $$i/Makefile.dep: $$i/*.cc \ $(h-files) \ -- 2.39.5