From c7929b71e476729c38895de3db8c1afcfabf5352 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Fri, 5 Dec 2008 11:20:46 +0100 Subject: mkfs.ubifs: clean the hashtable target as well Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Artem Bityutskiy --- mkfs.ubifs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkfs.ubifs') 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 -- cgit v1.2.3