From: Wolfgang Bangerth Date: Mon, 27 Apr 1998 18:06:24 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~23046 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=643e1f117ed78eefaaf7699374b95a475bd1512a;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@208 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Make_dep.pl b/deal.II/deal.II/Make_dep.pl index a66e6cd846..69bdfb2814 100644 --- a/deal.II/deal.II/Make_dep.pl +++ b/deal.II/deal.II/Make_dep.pl @@ -125,7 +125,7 @@ sub make_include_tree { } else { # included by "..." # only append file if it exists - if (-r $if) { + if (-r $include) { $include_files{$filename} = join (' ', $include, $include_files{$filename}); }