* [PATCH] mkfs.ubifs: clean the hashtable target as well
@ 2008-12-05 10:20 Sebastian Andrzej Siewior
2008-12-05 10:53 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Andrzej Siewior @ 2008-12-05 10:20 UTC (permalink / raw)
To: linux-mtd
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-05 10:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05 10:20 [PATCH] mkfs.ubifs: clean the hashtable target as well Sebastian Andrzej Siewior
2008-12-05 10:53 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox