diff options
Diffstat (limited to 'board/cmc_pu2/Makefile')
-rw-r--r--[-rwxr-xr-x] | board/cmc_pu2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cmc_pu2/Makefile b/board/cmc_pu2/Makefile index f7a136034ed..9745ebd3781 100755..100644 --- a/board/cmc_pu2/Makefile +++ b/board/cmc_pu2/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 ######################################################################### |