summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2011-03-09 21:50:43 +0000
committerFrank Gevaerts <frank@gevaerts.be>2011-03-09 21:50:43 +0000
commit36d98fa7d04ce503a67dae71504a9e24c994c896 (patch)
tree193d02938cd45ff210c3955c40fbaf5e4e07c726 /tools
parentfd7375c307a2bf99847b5de180efe98e829f2439 (diff)
downloadrockbox-36d98fa7d04ce503a67dae71504a9e24c994c896.tar.gz
rockbox-36d98fa7d04ce503a67dae71504a9e24c994c896.zip
*really* don't automatically build convttf
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29554 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 20b11ae1fb..85a996fc62 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -21,7 +21,7 @@ ASMFLAGS = -D__ASSEMBLER__ # work around gcc 3.4.x bug with -std=gnu99, onl
TOOLS = $(TOOLSDIR)/rdf2binary $(TOOLSDIR)/convbdf \
$(TOOLSDIR)/codepages $(TOOLSDIR)/scramble $(TOOLSDIR)/bmp2rb \
$(TOOLSDIR)/uclpack $(TOOLSDIR)/mkboot $(TOOLSDIR)/iaudio_bl_flash.c \
- $(TOOLSDIR)/iaudio_bl_flash.h $(TOOLSDIR)/convttf
+ $(TOOLSDIR)/iaudio_bl_flash.h
ifeq (,$(PREFIX))