summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-25 21:03:50 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-10-25 21:03:50 +0000
commit0117b824f2419af4ce34da1200a8cf049d21d696 (patch)
tree91e19d849d44a684cc798c420e94e7ad87409e5b /configure
parentaaff4676438299c3bb2de08f85d626b69d99fc8d (diff)
More dots!!!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8365 e03df62e-2008-0410-955e-edbf42e46eb7
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)
{