[PATCH] mkfs.ubifs: clean the hashtable target as well

Sebastian Andrzej Siewior bigeasy at linutronix.de
Fri Dec 5 05:20:46 EST 2008


Signed-off-by: Sebastian Andrzej Siewior <bigeasy at linutronix.de>
---
 mkfs.ubifs/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/mkfs.ubifs/Makefile b/mkfs.ubifs/Makefile
index f802bff..9471ac4 100644
--- a/mkfs.ubifs/Makefile
+++ b/mkfs.ubifs/Makefile
@@ -11,7 +11,7 @@ mkfs.ubifs: crc16.o crc32.o lpt.o compr.o hashtable/hashtable.o \
             hashtable/hashtable_itr.o devtable.o
 
 clean:
-	rm -f *.o $(TARGETS) cscope.*
+	rm -f *.o hashtable/*.o $(TARGETS) cscope.*
 
 cscope:
 	@echo $(ALL_SOURCES) > cscope.files
-- 
1.5.6.5




More information about the linux-mtd mailing list