summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-07-03 21:15:24 +0000
committerDave Chapman <dave@dchapman.com>2006-07-03 21:15:24 +0000
commit9ad33fe4b0a871dcccb68f9548d994321cb25282 (patch)
tree9b62860904bbd336ef38dcdaae502356af973801
parent9a1c8bdc3f65428e94587ac29e0fc520212c1a5b (diff)
downloadrockbox-9ad33fe4b0a871dcccb68f9548d994321cb25282.zip
rockbox-9ad33fe4b0a871dcccb68f9548d994321cb25282.tar.gz
rockbox-9ad33fe4b0a871dcccb68f9548d994321cb25282.tar.bz2
rockbox-9ad33fe4b0a871dcccb68f9548d994321cb25282.tar.xz
Add the rockbox-full.zip file to the "make clean" rule (rockbox.zip is already there).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10180 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index ed28461..1b8e677 100755
--- a/tools/configure
+++ b/tools/configure
@@ -1262,7 +1262,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@ UI256.bmp
+ @ARCHOSROM@ @FLASHFILE@ UI256.bmp rockbox-full.zip
tools:
\$(SILENT)\$(MAKE) -C \$(TOOLSDIR) CC=\$(HOSTCC) @TOOLSET@