From a2ad377aa2804a7988aa098e40855454090f3b43 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Wed, 7 Oct 2009 09:53:27 +0200 Subject: 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 --- com32/hdt/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'com32/hdt/Makefile') 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 -- cgit v1.2.1