summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 99aed8396..b354bffe2 100755
--- a/configure
+++ b/configure
@@ -1475,12 +1475,12 @@ sub write_dynamic_makefile
if ($name =~ /\.cpp$/)
{
open (CPP, "<$dir/$name") or die("Can't open $dir/$name to scan it! oh bugger");
+ print ".";
while (chomp($line = <CPP>))
- {
+ {
if ($line =~ /\/\* \$Core: (\w+) \*\//i)
{
$filelist{$name} = $1;
- print ".";
}
elsif ($line =~ /\/\* \$ExtraDeps: (.*?) \*\//i)
{