Index: boot/Makefile.grub
===================================================================
--- boot/Makefile.grub	(revision aaa3c4571e7747f21c303ea4c746fe2ef17a5ae8)
+++ boot/Makefile.grub	(revision a43dfcb92a1ff640c73a30840c60fcb3d0406c68)
@@ -47,7 +47,7 @@
 endif
 
-all: $(BOOT_OUTPUT)
+all: $(POST_OUTPUT)
 
-$(BOOT_OUTPUT): build_dist
+$(POST_OUTPUT): build_dist
 ifeq ($(GRUB_ARCH),pc)
 	$(GENISOIMAGE) -J -r -input-charset utf-8 -V "HelenOS-CD" -eltorito-boot $(ELTORITO) -no-emul-boot -boot-load-size 64 -boot-info-table -o $@ $(DISTROOT)/
Index: boot/arch/amd64/Makefile.inc
===================================================================
--- boot/arch/amd64/Makefile.inc	(revision aaa3c4571e7747f21c303ea4c746fe2ef17a5ae8)
+++ boot/arch/amd64/Makefile.inc	(revision a43dfcb92a1ff640c73a30840c60fcb3d0406c68)
@@ -70,4 +70,5 @@
 	$(USPACE_PATH)/app/wavplay/demo.wav
 
-BOOT_OUTPUT = $(ROOT_PATH)/image.iso
-BUILD = Makefile.grub
+POST_OUTPUT = $(ROOT_PATH)/image.iso
+BUILD = Makefile.empty
+POSTBUILD = Makefile.grub
