From 761ac630f0ee09dcbc53fe501cf2aec4bdcad540 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 15 Jun 2000 12:45:09 +0000 Subject: [PATCH] Arg, one-char bug. Didn't show up in /base and /lac since there seem to be no circular includes... git-svn-id: https://svn.dealii.org/trunk@3027 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/make_dependencies.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); -- 2.39.5