diff options
| author | Barry Wardell <rockbox@barrywardell.net> | 2007-01-17 16:10:26 +0000 |
|---|---|---|
| committer | Barry Wardell <rockbox@barrywardell.net> | 2007-01-17 16:10:26 +0000 |
| commit | 020dbcd1cf035cf6978db155b8a746732bcc44b3 (patch) | |
| tree | f649ada9377d4f500b7043de8c057e84b8b84abf /tools | |
| parent | 7fe65c91fc3550ba5c68eb0803e1017078f947c1 (diff) | |
| download | rockbox-020dbcd1cf035cf6978db155b8a746732bcc44b3.zip rockbox-020dbcd1cf035cf6978db155b8a746732bcc44b3.tar.gz rockbox-020dbcd1cf035cf6978db155b8a746732bcc44b3.tar.bz2 rockbox-020dbcd1cf035cf6978db155b8a746732bcc44b3.tar.xz | |
Remove sysfont.h when doing make clean.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12046 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 7b1b1ad..26d4140 100755 --- a/tools/configure +++ b/tools/configure @@ -1641,7 +1641,7 @@ clean: \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\ manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ @ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip \ - html txt rockbox-manual*.zip + html txt rockbox-manual*.zip sysfont.h voice: tools \$(TOOLSDIR)/genvoice.sh \$(ROOTDIR) \$(LANGUAGE) \$(ARCHOS) voicesettings.sh |