From: hpa Date: Thu, 30 Jan 2003 02:04:58 +0000 (+0000) Subject: Change how to make header files X-Git-Tag: syslinux-3.11~624 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=455949be7ee2b96fed9961520914ca69e4bf9cde;p=profile%2Fivi%2Fsyslinux.git Change how to make header files --- diff --git a/Makefile b/Makefile index 8e22014..f0b689e 100644 --- a/Makefile +++ b/Makefile @@ -39,10 +39,10 @@ VERSION = $(shell cat version) # like to keep those uniform for debugging reasons; however, distributors # want to recompile the installers (ITARGET). # -CSRC = syslinux.c syslxmod.c gethostip.c syslinux.h +CSRC = syslinux.c syslxmod.c gethostip.c NASMSRC = ldlinux.asm syslinux.asm copybs.asm \ pxelinux.asm mbr.asm isolinux.asm isolinux-debug.asm -SOURCES = $(CSRC) $(NASMSRC) *.inc +SOURCES = $(CSRC) *.h $(NASMSRC) *.inc BTARGET = kwdhash.gen version.gen ldlinux.bss ldlinux.sys ldlinux.bin \ pxelinux.0 mbr.bin isolinux.bin isolinux-debug.bin libsyslinux.a ITARGET = syslinux.com syslinux copybs.com gethostip mkdiskimage