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