Author: byterock
Date: Mon Jan 28 10:22:33 2008
New Revision: 10658

Modified:
   dbd-oracle/trunk/Makefile.PL

Log:
Fixed to Makefile.PL let it read makefiles from other makes from Alexander V 
Alekseev
  

Modified: dbd-oracle/trunk/Makefile.PL
==============================================================================
--- dbd-oracle/trunk/Makefile.PL        (original)
+++ dbd-oracle/trunk/Makefile.PL        Mon Jan 28 10:22:33 2008
@@ -439,6 +439,7 @@
            next if $line =~ /^\s*\S*echo\s+/;
            next if $line =~ /^\s*\S*make\s+/; # remove recursive calls to make
            next if $line =~ /^\s*\S*make:/;   # remove message from make
+           next if $line =~ /^\s*\S*make\[.*\]:/;   # remove recursive message 
from make
            next if $line =~ /^\s*$/; # remove any blank lines
            push @filtered_cmds, $line;
        }

Reply via email to