diff options
Diffstat (limited to 'board/amcc/ocotea/Makefile')
-rw-r--r-- | board/amcc/ocotea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/ocotea/Makefile b/board/amcc/ocotea/Makefile index a758650e591..4dcc4dcc1ea 100644 --- a/board/amcc/ocotea/Makefile +++ b/board/amcc/ocotea/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 *~ ######################################################################### |