From 643e1f117ed78eefaaf7699374b95a475bd1512a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 27 Apr 1998 18:06:24 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@208 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Make_dep.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); } -- 2.39.5