forked from len0rd/rockbox
Fix 'make clean' for some archos targets, make 'make clean' kill voice files and the clips generated to build them.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14212 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0149264bf1
commit
d755c283ca
1 changed files with 5 additions and 5 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
|
@ -1718,7 +1718,7 @@ clean:
|
||||||
manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \
|
manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \
|
||||||
@ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip \
|
@ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip \
|
||||||
html txt rockbox-manual*.zip sysfont.h rockbox-info.txt \
|
html txt rockbox-manual*.zip sysfont.h rockbox-info.txt \
|
||||||
voicefontids
|
voicefontids *.wav *.mp3 *.voice
|
||||||
|
|
||||||
voice: tools
|
voice: tools
|
||||||
\$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ features
|
\$(SILENT)\$(MAKE) -C \$(APPSDIR) OBJDIR=\$(BUILDDIR)/@APPS@ features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue