From 8a0db7bf3476b37eebacf26816b21d7c03074fd1 Mon Sep 17 00:00:00 2001 From: Torne Wuff Date: Mon, 12 Sep 2011 15:19:57 +0000 Subject: Fix FS#12272 - genlang changes broke some targets New genlang code forgot to allow for the wildcard being the full target name with a * appended. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30514 a1c6a512-1295-4272-9138-f99709370657 --- tools/genlang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/genlang b/tools/genlang index 33adb2c7e3..6139bd1810 100755 --- a/tools/genlang +++ b/tools/genlang @@ -130,7 +130,7 @@ if(!$target && !$update && !$sortfile) { # state machine, so we don't bother to check. my $target_regex = "(?:^|,) *(?:\\*"; foreach my $target_part (split ':', $target) { - for (my $c=1; $c