diff options
| author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2008-12-05 11:20:46 +0100 |
|---|---|---|
| committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2008-12-05 14:29:28 +0200 |
| commit | c7929b71e476729c38895de3db8c1afcfabf5352 (patch) | |
| tree | 7987b36c6f141a4b06df93ec6be75c81455d1390 /mkfs.ubifs/Makefile | |
| parent | 5778b361e81ebdd9b4cbe66d82dd04955dc10bc4 (diff) | |
mkfs.ubifs: clean the hashtable target as well
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'mkfs.ubifs/Makefile')
| -rw-r--r-- | 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 |
