Index: arch/ia32/boot/Makefile
===================================================================
--- arch/ia32/boot/Makefile	(revision f3ebb6497f267e4a44a4e59b458382cb8b11bc98)
+++ arch/ia32/boot/Makefile	(revision 32ff43e64a84b8d57af710e964d5cd1dc22e8439)
@@ -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
