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