diff mbox

mkfs.ubifs: clean the hashtable target as well

Message ID 20081205102046.GA9601@www.tglx.de
State Accepted
Commit c7929b71e476729c38895de3db8c1afcfabf5352
Headers show

Commit Message

Sebastian Andrzej Siewior Dec. 5, 2008, 10:20 a.m. UTC
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 mkfs.ubifs/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Artem Bityutskiy Dec. 5, 2008, 10:53 a.m. UTC | #1
On Fri, 2008-12-05 at 11:20 +0100, Sebastian Andrzej Siewior wrote:
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
>  mkfs.ubifs/Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Pushed, thanks.
diff mbox

Patch

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