diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl index 2868e9027b..6a9a72a878 100755 --- a/tools/addtargetdir.pl +++ b/tools/addtargetdir.pl @@ -23,7 +23,6 @@ my $src; # Split the input file on any runs of '\' and whitespace. for (split(/[\s\\]+/m, )) { /^(\/)?[^:]+(\:)?$/; -print ">>$& $src" # Save target and continue if this item ends in ':' if (!($2 && ($target=$&))) { $src = $&;