summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-06-30 16:29:55 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-06-30 16:29:55 +0000
commit94aa0d741e8aadff243b6b88092df7b30c1bc6e4 (patch)
treec60a06dcf7d6749a839def636432d840d9618a5a /tools
parent6fa312b2217bd09bc86a237298d5acf00b883fb7 (diff)
downloadrockbox-94aa0d741e8aadff243b6b88092df7b30c1bc6e4.tar.gz
rockbox-94aa0d741e8aadff243b6b88092df7b30c1bc6e4.zip
Change "features" and "genlang-features" targets to no longer use multiple targets in one rule.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27195 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/root.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/root.make b/tools/root.make
index 686b877491..e30b5b3c18 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -271,7 +271,7 @@ manual-zip:
ifdef TTS_ENGINE
-voice: voicetools features
+voice: voicetools $(BUILDDIR)/apps/features
$(SILENT)for f in `cat $(BUILDDIR)/apps/features`; do feat="$$feat:$$f" ; done ; \
for lang in `echo $(VOICELANGUAGE) |sed "s/,/ /g"`; do $(TOOLSDIR)/voice.pl -V -l=$$lang -t=$(MODELNAME)$$feat -i=$(TARGET_ID) -e="$(ENCODER)" -E="$(ENC_OPTS)" -s=$(TTS_ENGINE) -S="$(TTS_OPTS)"; done \