[syslinux:master] hdt: Fixing chain32 target in makefile

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Sun May 27 13:00:06 PDT 2012


Commit-ID:  2b31c32bd0e10b43943b9fdaddb3b4b82192e466
Gitweb:     http://www.syslinux.org/commit/2b31c32bd0e10b43943b9fdaddb3b4b82192e466
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Fri, 25 May 2012 23:31:42 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Fri, 25 May 2012 23:31:42 +0200

hdt: Fixing chain32 target in makefile

chain32 moved, let's adjust the "release" target.

---
 com32/hdt/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 17fa1ab..ea9ddfe 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
 


More information about the Syslinux-commits mailing list