diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-03 14:59:32 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-03 14:59:32 +0000 |
commit | ea132b1e62c7c13e2dd5c7c004d9faae884598a5 (patch) | |
tree | f4039c1a3ba605a3b84e00710d539a40e0cfab24 /Makefile | |
parent | 2bdc7321bee349bafad716a79f0161685a07e606 (diff) | |
download | drakx-ea132b1e62c7c13e2dd5c7c004d9faae884598a5.tar drakx-ea132b1e62c7c13e2dd5c7c004d9faae884598a5.tar.gz drakx-ea132b1e62c7c13e2dd5c7c004d9faae884598a5.tar.bz2 drakx-ea132b1e62c7c13e2dd5c7c004d9faae884598a5.tar.xz drakx-ea132b1e62c7c13e2dd5c7c004d9faae884598a5.zip |
build the all.rdz's for isolinux
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ BOOT_IMG += $(RELEASE_BOOT_IMG) FRELEASE_BOOT_IMG = $(BOOT_IMG:%=images/%) FBOOT_IMG = $(BOOT_IMG:%=images/%) -FBOOT_RDZ = $(FBOOT_IMG:%.img=%.rdz) +FBOOT_RDZ = $(FBOOT_IMG:%.img=%.rdz) images/all.rdz BINS = mdk-stage1/init mdk-stage1/stage1-full mdk-stage1/stage1-cdrom mdk-stage1/stage1-network mdk-stage/stage1-usbnet ifeq (ppc,$(ARCH)) |