summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9901a465..b61c610dc 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ install: dirs images rescue install_only
dirs:
@for n in $(DIRS); do $(MAKE) -C $$n all || exit 1 ; done
-images: $(FBOOT_IMG)
+images: $(FBOOT_IMG) images/all.rdz # all.rdz is needed to update isolinux
$(FBOOT_RDZ): kernel/all.modules
./make_boot_img $@ `basename $(@:%.rdz=%)`