aboutsummaryrefslogtreecommitdiff
path: root/cpu/sh4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/sh4/Makefile')
-rw-r--r--cpu/sh4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/sh4/Makefile b/cpu/sh4/Makefile
index 61929131d..e38e04f29 100644
--- a/cpu/sh4/Makefile
+++ b/cpu/sh4/Makefile
@@ -42,7 +42,7 @@ clean:
rm -f $(SOBJS) $(OBJS)
distclean: clean
- rm -f $(LIB) core *.bak .depend
+ rm -f $(LIB) core *.bak $(obj).depend
#########################################################################