diff options
Diffstat (limited to 'board/cmi/Makefile')
| -rw-r--r-- | board/cmi/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/cmi/Makefile b/board/cmi/Makefile index 6a4230486..aeebb9ecb 100644 --- a/board/cmi/Makefile +++ b/board/cmi/Makefile @@ -38,7 +38,7 @@ clean:  	rm -f $(SOBJS) $(OBJS)  distclean:	clean -	rm -f $(LIB) core *.bak .depend +	rm -f $(LIB) core *.bak $(obj).depend  ######################################################################### |