diff options
Diffstat (limited to 'board/quad100hd/Makefile')
-rw-r--r-- | board/quad100hd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/quad100hd/Makefile b/board/quad100hd/Makefile index 252ad5a45fb..f9db112e7cf 100644 --- a/board/quad100hd/Makefile +++ b/board/quad100hd/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 ######################################################################### |