From 55425ef02d282e22b2464a02d0bfc5d67b6e0635 Mon Sep 17 00:00:00 2001 From: richter Date: Wed, 5 Jan 2000 14:38:41 +0000 Subject: [PATCH] allow whitespace at start of preprocessor directive git-svn-id: https://svn.dealii.org/trunk@2160 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/Make_dep.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/common/scripts/Make_dep.pl b/deal.II/common/scripts/Make_dep.pl index c78f955b50..666c9e37a5 100644 --- a/deal.II/common/scripts/Make_dep.pl +++ b/deal.II/common/scripts/Make_dep.pl @@ -111,7 +111,7 @@ sub make_include_tree { open (FILE, $filename); while () { # look out for include statements - if (/^#\s*include\s*(["<])([^">]*)[">]/) { + if (/^\s*#\s*include\s*(["<])([^">]*)[">]/) { local($include) = $2; if ($1 =~ /. Try to find real path -- 2.39.5