From: bangerth Date: Fri, 5 Nov 2010 18:15:58 +0000 (+0000) Subject: Make sure we build the .inst files as well. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3309e039979a9dd63aa0034f4909aa47d541138;p=dealii-svn.git Make sure we build the .inst files as well. git-svn-id: https://svn.dealii.org/trunk@22613 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/Makefile b/deal.II/source/Makefile index 5a0b18036d..3dc802f220 100644 --- a/deal.II/source/Makefile +++ b/deal.II/source/Makefile @@ -204,7 +204,7 @@ $(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: +Makefile.dep: $(inst-files) @for i in $(all-dirs) ; do \ echo $$i/Makefile.dep: $$i/*.cc \ $(h-files) \