aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2012-05-25 23:31:42 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2012-05-25 23:31:42 +0200
commit2b31c32bd0e10b43943b9fdaddb3b4b82192e466 (patch)
tree5e27829fc02c9cb3a7b4630ae61a1ed842989ccd
parent11f968df22c4c98b6b73b48a4d5f7a2230fe88ed (diff)
downloadsyslinux-2b31c32bd0e10b43943b9fdaddb3b4b82192e466.tar.gz
syslinux-2b31c32bd0e10b43943b9fdaddb3b4b82192e466.tar.xz
syslinux-2b31c32bd0e10b43943b9fdaddb3b4b82192e466.zip
hdt: Fixing chain32 target in makefile
chain32 moved, let's adjust the "release" target.
-rw-r--r--com32/hdt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 17fa1ab6..ea9ddfeb 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -45,7 +45,7 @@ FLOPPY_DIR ?= floppy
PCI_IDS_FILE ?= $(PWD)/$(FLOPPY_DIR)/pci.ids
GZ_PCI_IDS_FILE ?= $(PCI_IDS_FILE).gz
MENU_COM32 ?= $(com32)/menu/menu.c32
-CHAIN_COM32 ?= $(com32)/modules/chain.c32
+CHAIN_COM32 ?= $(com32)/chain/chain.c32
ART_DIR ?= art/
QEMU ?= qemu-kvm