From patchwork Fri Dec 5 10:20:46 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: mkfs.ubifs: clean the hashtable target as well Date: Fri, 05 Dec 2008 00:20:46 -0000 From: Sebastian Siewior X-Patchwork-Id: 12366 Message-Id: <20081205102046.GA9601@www.tglx.de> To: linux-mtd@lists.infradead.org Signed-off-by: Sebastian Andrzej Siewior --- 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