Merge "Fix initbootimage .PHONY target"
diff --git a/core/main.mk b/core/main.mk
index 32ea2da..7e7575f 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -1604,7 +1604,7 @@
 bootimage: $(INSTALLED_BOOTIMAGE_TARGET)
 
 .PHONY: initbootimage
-bootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET)
+initbootimage: $(INSTALLED_INIT_BOOT_IMAGE_TARGET)
 
 .PHONY: system_dlkm_image
 system_dlkm_image: $(INSTALLED_SYSTEM_DLKM_IMAGE_TARGET)