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