diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 13:01:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-17 13:01:46 +0000 |
commit | 33ada0d88f1a8e1904af8a58bb5bdbc193132497 (patch) | |
tree | 6a3349351953965690e64266596abd1a60875969 /Makefile | |
parent | 9270d333d371603a71eb21d53b92d9ffe8d0d2c3 (diff) | |
download | drakx-33ada0d88f1a8e1904af8a58bb5bdbc193132497.tar drakx-33ada0d88f1a8e1904af8a58bb5bdbc193132497.tar.gz drakx-33ada0d88f1a8e1904af8a58bb5bdbc193132497.tar.bz2 drakx-33ada0d88f1a8e1904af8a58bb5bdbc193132497.tar.xz drakx-33ada0d88f1a8e1904af8a58bb5bdbc193132497.zip |
all.rdz is needed to update isolinux
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=%)` |