From 33ada0d88f1a8e1904af8a58bb5bdbc193132497 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 17 Jul 2002 13:01:46 +0000 Subject: all.rdz is needed to update isolinux --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=%)` -- cgit v1.2.1