diff options
| author | hpa <hpa> | 2004-11-30 22:09:56 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2004-11-30 22:09:56 +0000 |
| commit | 7a8f0a4ab860f2ad0aa8255120d5d55942327d08 (patch) | |
| tree | 50c64a5add7501f8a8738789a6f14a5c9a5f5737 /com32/lib/Makefile | |
| parent | 65c7485dfdcbebe57194d8432439125a8c7ed797 (diff) | |
| download | syslinux-2.12-pre2.tar.gz | |
Actually working ANSI device; add demosyslinux-2.12-pre2
Diffstat (limited to 'com32/lib/Makefile')
| -rw-r--r-- | com32/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/lib/Makefile b/com32/lib/Makefile index acc385fc..9896befd 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -25,7 +25,7 @@ LIBOBJS = abort.o atexit.o atoi.o atol.o atoll.o calloc.o creat.o \ sys/rawcon_read.o sys/rawcon_write.o \ sys/err_read.o sys/err_write.o \ sys/null_read.o sys/null_write.o \ - sys/ansicon_write.o + sys/serial_write.o sys/ansicon_write.o sys/ansiserial_write.o all: libcom32.a |
