--- Makefile.orig	Thu Sep  8 04:43:14 2005
+++ Makefile	Mon Aug  7 13:01:39 2006
@@ -18,8 +18,8 @@
 	@exit 1
 
 boot: boot/Makefile
-	@touch boot/Makefile.dep
-	@cd boot; $(MAKE) Makefile.dep; $(MAKE) omake
+	@sed -i "" -e '/include Makefile.dep/d' boot/Makefile
+	@cd boot; $(MAKE) Makefile.dep; echo "include Makefile.dep" >> Makefile; $(MAKE) omake
 	@ln -sf boot/omake omake-boot
 
 boot/Makefile: src/Makefile
