diff options
author | Dave Chapman <dave@dchapman.com> | 2011-03-09 11:25:08 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2011-03-09 11:25:08 +0000 |
commit | 5b6a84998681dbab3574c03cca9798dae7c258a2 (patch) | |
tree | d29fdd70b882fce9af78038bea251235811d0c30 | |
parent | 04043fd3ae732ea3feab4d72537f598d6c3942db (diff) |
Don't automatically build convttf - it isn't (currently) required to build Rockbox.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29550 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 327462e9ca..cec5edcb64 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -16,7 +16,7 @@ CLEANALL := scramble descramble iriver sh2d bmp2rb rdf2binary convbdf \ telechips gigabeats creative hmac-sha1 rbspeexenc mkzenboot mk500boot convttf all: scramble descramble sh2d rdf2binary mkboot mkzenboot convbdf codepages \ - uclpack rbspeexenc voicefont mk500boot convttf + uclpack rbspeexenc voicefont mk500boot scramble: scramble.o iriver.o mi4.o gigabeat.o gigabeats.o telechips.o \ iaudio_bl_flash.o creative.o hmac-sha1.o |