diff options
Diffstat (limited to 'board/total5200')
| -rw-r--r-- | board/total5200/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/board/total5200/Makefile b/board/total5200/Makefile index 10e5fc340..a8abd7d78 100644 --- a/board/total5200/Makefile +++ b/board/total5200/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  ######################################################################### |