Cleanup: remove redundant deleting on *~ files

Signed-off-by: Wolfgang Denk <wd@denx.de>
diff --git a/board/amcc/kilauea/Makefile b/board/amcc/kilauea/Makefile
index 9998289..df0a68f 100644
--- a/board/amcc/kilauea/Makefile
+++ b/board/amcc/kilauea/Makefile
@@ -37,7 +37,7 @@
 	rm -f $(OBJS)
 
 distclean:	clean
-	rm -f $(LIB) core *.bak $(obj).depend *~
+	rm -f $(LIB) core *.bak $(obj).depend
 
 #########################################################################