diff options
Diffstat (limited to 'board/amcc/ebony/Makefile')
-rw-r--r-- | board/amcc/ebony/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/amcc/ebony/Makefile b/board/amcc/ebony/Makefile index 5da96e9e1c8..6ab1a26b15b 100644 --- a/board/amcc/ebony/Makefile +++ b/board/amcc/ebony/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 ######################################################################### |