From: wolf Date: Thu, 15 Jun 2000 12:46:01 +0000 (+0000) Subject: Take over next fix from 1.3->1.4. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ea1baa050397ceeeffe3b3cc9f46d09da32bc06;p=dealii-svn.git Take over next fix from 1.3->1.4. git-svn-id: https://svn.dealii.org/branches/Branch-3-0@3028 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_dependencies.pl b/deal.II/common/scripts/make_dependencies.pl index 91143e02c6..9d37cdda19 100644 --- a/deal.II/common/scripts/make_dependencies.pl +++ b/deal.II/common/scripts/make_dependencies.pl @@ -111,7 +111,7 @@ sub complete { $pattern =~ s/\]/\\]/g; $pattern =~ s/\{/\\{/g; $pattern =~ s/\}/\\}/g; - if (! ($include_file{$file} =~ $pattern)) { + if (! ($include_files{$file} =~ $pattern)) { #second_include not yet in list of included files $include_files{$file} = join(' ', $second_include, $include_files{$file});