diff options
author | hpa <hpa> | 1999-09-17 08:45:03 +0000 |
---|---|---|
committer | hpa <hpa> | 1999-09-17 08:45:03 +0000 |
commit | fd8ba42ac1607a5979f4a5833e4214aac510ac48 (patch) | |
tree | d8e854b857aa1e8ec01b36bafaaf2fcf928db697 | |
parent | 5ebfc1d92641d15c4279078aac661d6765d0a5c7 (diff) | |
download | syslinux.git-fd8ba42ac1607a5979f4a5833e4214aac510ac48.tar.gz syslinux.git-fd8ba42ac1607a5979f4a5833e4214aac510ac48.tar.xz syslinux.git-fd8ba42ac1607a5979f4a5833e4214aac510ac48.zip |
pxelinux.asm is a source file.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ VERSION = $(shell cat version) # like to keep those uniform for debugging reasons; however, distributors # want to recompile the installers (ITARGET). # -SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm +SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm pxelinux.asm BTARGET = bootsect.bin ldlinux.sys ldlinux.bin ldlinux.lst pxelinux.bin ITARGET = syslinux.com syslinux copybs.com DOCS = COPYING NEWS README TODO *.doc |