aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGareth McMullin2012-05-19 11:54:22 +1200
committerGareth McMullin2012-05-19 11:54:22 +1200
commitde49a9a21fe860f33ff69151524a5ed06c1bbacd (patch)
treee053c6157a1b5ca943c280dc17a1c49b19cde105 /src/Makefile
parent32c1af05dead0deb7dd21720312815b71469b7e5 (diff)
Remove dependencies on make clean.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 5e204f9..3ba0330 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,7 +42,7 @@ blackmagic: $(OBJ)
.PHONY: clean host_clean
clean: host_clean
- $(RM) *.o *~ blackmagic $(HOSTFILES)
+ $(RM) *.o *.d *~ blackmagic $(HOSTFILES)
-include *.d