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