Index: boot/Makefile
===================================================================
--- boot/Makefile	(revision 8988fdea211b9827f60cfe7ed099a0d1bad17fcd)
+++ boot/Makefile	(revision 6cad7765736ec29f90dd2a80f7df7d0dd4857b9d)
@@ -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:
