Index: arch/ia32/boot/Makefile
===================================================================
--- arch/ia32/boot/Makefile	(revision f3ebb6497f267e4a44a4e59b458382cb8b11bc98)
+++ arch/ia32/boot/Makefile	(revision 40a468a0cd05f47e4f0e990d3c3e23eca81fc5ac)
@@ -4,7 +4,7 @@
 
 build: boot.bin
-	dd if=boot.bin of=../../../src/image.bin bs=512 conv=sync
-	-cat ../../../src/kernel.bin >>../../../src/image.bin
-	dd if=/dev/zero of=../../../src/image.bin bs=1 seek=1474559 count=1
+	dd if=boot.bin of=../../../image.bin bs=512 conv=sync
+	-cat ../../../kernel.bin >>../../../image.bin
+	dd if=/dev/zero of=../../../image.bin bs=1 seek=1474559 count=1
 
 boot.bin: boot.o
