isolinux.mk: Follow syslinux 3.62 path of menu.c32

Change path of menu.c32, adapting to the current syslinux version
(3.62). The "new hierarchial submenu" is mentioned in its changelog.
This commit is contained in:
Markus Bentrup 2008-03-19 19:22:41 +00:00 committed by Jan Lindemann
commit 197949e10b

View file

@ -9,13 +9,13 @@ DIRS = $(DLOAD_DIR) $(BUILD_DIR)
UNPACK_DIR = isolinux UNPACK_DIR = isolinux
ISO_IMAGE ?= image.iso ISO_IMAGE ?= image.iso
ISOLINUX_BIN = $(UNPACK_DIR)/isolinux.bin ISOLINUX_BIN = $(UNPACK_DIR)/isolinux.bin
MENU_32 = $(UNPACK_DIR)/com32/modules/menu.c32 MENU_32 = $(UNPACK_DIR)/com32/menu/menu.c32
INITRD = /boot/initrd INITRD = /boot/initrd
CD_FILES = \ CD_FILES = \
$(MENU_32) \ $(MENU_32) \
$(ISOLINUX_BIN) $(ISOLINUX_BIN)
define SYSLINUX_BASE define SYSLINUX_BASE
$(notdir $(shell sed 's/.tar.bz2$$//' $(URL_FILE))) $(notdir $(shell sed 's/.tar.bz2$$//' $(URL_FILE)))
endef endef