From: bangerth Date: Mon, 8 Nov 2010 15:14:30 +0000 (+0000) Subject: Re-generate the dependency lists for the */Makefile.dep files if any X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f9d6032d70cb504e2122e5bd67e51cb6171058;p=dealii-svn.git 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 --- 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) \