diff options
| author | hpa <hpa> | 2003-01-30 02:04:58 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2003-01-30 02:04:58 +0000 |
| commit | 455949be7ee2b96fed9961520914ca69e4bf9cde (patch) | |
| tree | d7da81e3e9f04fb8917df1f6ea958086237f5235 | |
| parent | a2a862d7549a02af15ebf2d30cd1f9cb683c09bb (diff) | |
| download | syslinux-2.01-pre4.tar.gz | |
Change how to make header filessyslinux-2.01-pre4
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
