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