summaryrefslogtreecommitdiff
path: root/com32/hdt/Makefile
diff options
context:
space:
mode:
authorErwan Velu <erwan.velu@free.fr>2009-10-07 09:53:27 +0200
committerErwan Velu <erwan.velu@free.fr>2009-10-07 09:53:27 +0200
commita2ad377aa2804a7988aa098e40855454090f3b43 (patch)
treee18a5947abf15dff979a370ad60bff735d040c54 /com32/hdt/Makefile
parent00d897e58126a7f12990dda8b07266ab12e853b8 (diff)
downloadsyslinux-a2ad377aa2804a7988aa098e40855454090f3b43.tar.gz
hdt: Adding missing hdt.c32 in 'make hdt.img'
Impact: hdt.img is now complete and running After several modification of the makefile, the copy of hdt.c32 had disapeared from the makefile :( This commit reintroduce this missing. 'make hdt.img' is now working again
Diffstat (limited to 'com32/hdt/Makefile')
-rw-r--r--com32/hdt/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 48ec96f2..2d2a5245 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -45,6 +45,7 @@ hdt.img: hdt.c32 floppy/hdt.cfg floppy/mtools.conf $(topdir)/mtools/syslinux
-[ ! -f $(PCI_IDS_FILE) ] && cp /usr/share/pci.ids $(PCI_IDS_FILE)
-[ -f $(MODULES_ALIAS_FILE) ] && MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) $(MODULES_ALIAS_FILE) a:
-[ -f $(MODULES_PCIMAP_FILE) ] && MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) $(MODULES_PCIMAP_FILE) a:
+ MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) hdt.c32 a:
@ [ -f $(PCI_IDS_FILE) ] && MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) $(PCI_IDS_FILE) a: || printf "\nThe floppy/pci.ids file is missing and can be downloaded from http://pciids.sourceforge.net and put in\nthe ./com32/hdt/floppy directory of the extracted Syslinux source.\n\n"
MTOOLSRC=$(PWD)/floppy/mtools.conf $(MCOPY) floppy/hdt.cfg a:syslinux.cfg