From c7e12872a78c308605752082095925c7cefe3603 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Mon, 13 Jul 2009 01:15:39 +0000 Subject: Fix red: broken tools/addtargetdir.pl git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21832 a1c6a512-1295-4272-9138-f99709370657 --- tools/addtargetdir.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/addtargetdir.pl') 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 = $&; -- cgit v1.2.3