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