From 2f8173f4c9789f0afeb85845e93e26269e566265 Mon Sep 17 00:00:00 2001 From: hpa Date: Sun, 8 Apr 2001 09:09:21 +0000 Subject: [PATCH] Add isolinux.asm to the list of sources. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe949c2..5bafb9d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ VERSION = $(shell cat version) # want to recompile the installers (ITARGET). # SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm \ - pxelinux.asm pxe.inc mbr.asm gethostip.c + pxelinux.asm pxe.inc mbr.asm gethostip.c \ + isolinux.asm BTARGET = bootsect.bin ldlinux.sys ldlinux.bin ldlinux.lst \ pxelinux.0 mbr.bin isolinux.bin ITARGET = syslinux.com syslinux copybs.com gethostip -- 2.7.4