diff options
| author | hpa <hpa> | 2003-12-10 20:44:57 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2003-12-10 20:44:57 +0000 |
| commit | 36166b159309632a2f5485f5312952e2c97bcc63 (patch) | |
| tree | ce87f82ec36999c895c7bd654909b5ef9873b05e /sample/Makefile | |
| parent | 614094b18a80ba39557beda64c7b732779d0b5fb (diff) | |
| download | syslinux-36166b159309632a2f5485f5312952e2c97bcc63.tar.gz | |
Split atou() and skip_atou() into separate modules
Diffstat (limited to 'sample/Makefile')
| -rw-r--r-- | sample/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile index fcb8f4c7..8964c004 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -27,7 +27,7 @@ OBJCOPY = objcopy PPMTOLSS16 = ../ppmtolss16 LIB = libcom32.a -LIBOBJS = conio.o atou.o printf.o +LIBOBJS = conio.o atou.o skipatou.o printf.o .SUFFIXES: .lss .c .o .elf .c32 |
