Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision 8988fdea211b9827f60cfe7ed099a0d1bad17fcd)
+++ boot/Makefile	(revision 9ddcb0b4f918bbb21c6f46b9561e3b7e30f29b12)
@@ -128,5 +128,5 @@
 	rm -f $(POST_OUTPUT) $(BOOT_OUTPUT) arch/*/include/common.h
 	find generic/src/ arch/*/src/ genarch/src/ -name '*.o' -follow -exec rm \{\} \;
-	find generic/src/ arch/*/src/ genarch/src/ -name '*.d' -follow -exec rm \{\} \;
+	find . -name '*.d' -follow -exec rm \{\} \;
 
 clean_dist:
