From: bangerth Date: Tue, 9 Nov 2010 18:46:17 +0000 (+0000) Subject: Provide output when re-making Makefile.dep. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79db104163c553c0386d05e0c5690c1f48cb1c7c;p=dealii-svn.git Provide output when re-making Makefile.dep. git-svn-id: https://svn.dealii.org/trunk@22653 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index e1bcb42a37..e0bc08adba 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -204,6 +204,7 @@ $(LIBDIR)/libdeal_II$(shared-lib-suffix): $(o-files) # .inst and the lapack file are built before everything else Makefile.dep: $(inst-files) ../include/deal.II/lac/lapack_templates.h \ $(dim-indep-cc-files) $(dim-dep-cc-files) + @echo "===================================== Remaking $@" @for i in $(all-dirs) ; do \ echo $$i/Makefile.dep: $$i/*.cc \ $(h-files) \