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