summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorJonas Häggqvist <rasher@rasher.dk>2007-08-13 12:44:45 +0000
committerJonas Häggqvist <rasher@rasher.dk>2007-08-13 12:44:45 +0000
commit41a57765395585733a2a1faa9032606bc00fd8a0 (patch)
tree13dd17cc4fd8c4319cd02b3b068fc4c546a2bb5c /tools/configure
parent8a6383884bb3ff25edffe1853deedec6094a8811 (diff)
downloadrockbox-41a57765395585733a2a1faa9032606bc00fd8a0.tar.gz
rockbox-41a57765395585733a2a1faa9032606bc00fd8a0.zip
Two oops commits for the price of one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14312 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 0bbb9584a7..03182cfde4 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1865,7 +1865,7 @@ if [ "yes" = "$voice" ]; then
1865 cat >> Makefile <<EOF 1865 cat >> Makefile <<EOF
1866 1866
1867voice: tools features 1867voice: tools features
1868 \$(SILENT)for f in \`cat \$(BUILDDIR)/@APPS@/features\`; do feat="\$\$feat:\$\$f" ; done ; \\ 1868 \$(SILENT)for f in \`cat \$(BUILDDIR)/${apps}/features\`; do feat="\$\$feat:\$\$f" ; done ; \\
1869 for lang in \`echo \$(VOICELANGUAGE) |sed "s/,/ /g"\`; do \$(TOOLSDIR)/genvoice.sh \$(ROOTDIR) \$\$lang \$(ARCHOS)\$\$feat \$(TARGET_ID) voicesettings-\$\$lang.sh ; done \\ 1869 for lang in \`echo \$(VOICELANGUAGE) |sed "s/,/ /g"\`; do \$(TOOLSDIR)/genvoice.sh \$(ROOTDIR) \$\$lang \$(ARCHOS)\$\$feat \$(TARGET_ID) voicesettings-\$\$lang.sh ; done \\
1870EOF 1870EOF
1871 1871