Remove dependencies on make clean.

This commit is contained in:
Gareth McMullin 2012-05-19 11:54:22 +12:00
parent 32c1af05de
commit de49a9a21f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ blackmagic: $(OBJ)
.PHONY: clean host_clean
clean: host_clean
$(RM) *.o *~ blackmagic $(HOSTFILES)
$(RM) *.o *.d *~ blackmagic $(HOSTFILES)
-include *.d