diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-03-01 23:40:55 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-03-01 23:40:55 +0000 |
commit | 0deb8c036a200b18ec073af9a49f6ea23dae0398 (patch) | |
tree | 6e634d8409a35881b96f550f25e47711eac9ea96 | |
parent | 31e29038eacd792079fd3042d8b6ee2ae7d35d68 (diff) | |
download | rockbox-0deb8c036a200b18ec073af9a49f6ea23dae0398.tar.gz rockbox-0deb8c036a200b18ec073af9a49f6ea23dae0398.zip |
Fix 'make clean' in tools.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8878 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | tools/Makefile | 2 | ||||
-rw-r--r-- | tools/ucl/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index bd253e7584..60a9a70887 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ CFLAGS := -O -ansi -g LDFLAGS := -g -CLEANALL := scramble descramble iaudio sh2d bmp2rb rdf2binary convbdf \ +CLEANALL := scramble descramble iriver iaudio sh2d bmp2rb rdf2binary convbdf \ generate_rocklatin mkboot ipod_fw codepages uclpack all: diff --git a/tools/ucl/Makefile b/tools/ucl/Makefile index aa0736767a..a555e727ec 100644 --- a/tools/ucl/Makefile +++ b/tools/ucl/Makefile @@ -19,5 +19,5 @@ src/libucl.a: $(MAKE) -C src clean: - rm -f $(TARGET) + rm -f $(TARGET) uclpack.o $(MAKE) -C src clean
\ No newline at end of file |