diff options
author | hpa <hpa> | 2004-12-28 23:49:43 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-28 23:49:43 +0000 |
commit | 01b268cbf57515c37cad7dde05b6503e8d64bd5f (patch) | |
tree | b0f83e49823cea949bf8644071f0aca4dade270c /com32/samples/Makefile | |
parent | b276b20eebea84bdf991d07da1bdff4c23b430c8 (diff) | |
download | syslinux-elf-01b268cbf57515c37cad7dde05b6503e8d64bd5f.tar.gz syslinux-elf-01b268cbf57515c37cad7dde05b6503e8d64bd5f.tar.xz syslinux-elf-01b268cbf57515c37cad7dde05b6503e8d64bd5f.zip |
Fix using the resolver function from the API (with DS != CS); addsyslinux-3.00-pre8
test/sample file to do that; fix bug in chain.c.
Diffstat (limited to 'com32/samples/Makefile')
-rw-r--r-- | com32/samples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile index 07d8156b..97985afa 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -39,7 +39,7 @@ LNXLIBS = ../libutil/libutil_lnx.a .SUFFIXES: .lss .c .o .elf .c32 .lnx -all: hello.c32 cat.c32 \ +all: hello.c32 cat.c32 resolv.c32 \ fancyhello.c32 fancyhello.lnx \ keytest.c32 keytest.lnx \ |