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