From: wolf Date: Fri, 5 May 2000 13:28:46 +0000 (+0000) Subject: Make the forward-declaration script depend on itself. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63edb240e8cbedd5970aaf91e9f058b662ccac74;p=dealii-svn.git Make the forward-declaration script depend on itself. git-svn-id: https://svn.dealii.org/trunk@2796 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/forward_declarations b/deal.II/common/scripts/forward_declarations index fdbf24aaf9..a3b4ee6320 100644 --- a/deal.II/common/scripts/forward_declarations +++ b/deal.II/common/scripts/forward_declarations @@ -18,7 +18,8 @@ # and in particular don't touch the time stamp to avoid that # 'make' thinks it has to remake all object files # - delete the two temporary files -$(forward-declarations): $(filter-out %forward-declarations%,$(h-files)) +$(forward-declarations): $(filter-out %forward-declarations%,$(h-files)) \ + $D/common/scripts/forward_declarations.pl @echo ============================ Remaking $(@F) @touch $@.old @-cp $@ $@.old > /dev/null 2>&1