From cd5057958b66a0033256c545824a87ec4c25caa0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 23 Feb 2006 10:11:05 +0000 Subject: make clean remove the generated bmp pic too (for sim builds) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8800 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 84088ccdf7..f7a92c6e24 100755 --- a/tools/configure +++ b/tools/configure @@ -1173,7 +1173,7 @@ clean: \$(SILENT)echo Cleaning build directory \$(SILENT)rm -rf rockbox.zip TAGS @APPS@ firmware comsim sim lang.[ch]\ manual *.pdf *.a credits.raw @OUTPUT@ bitmaps pluginbitmaps \ - @ARCHOSROM@ @FLASHFILE@ + @ARCHOSROM@ @FLASHFILE@ UI256.bmp tools: \$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) @TOOLSET@ -- cgit v1.2.3