diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-03-14 22:07:09 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-03-14 22:07:09 -0700 |
commit | 64d7ea7b604c2ca9ab8f7236374b3a1c05005e55 (patch) | |
tree | aefb113b164ae28daefaf0405ca5e96fb421781f /sample/Makefile | |
parent | a80b07e7fb8feec668a435101659e3ed94015a23 (diff) | |
download | syslinux-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz |
Stealth whitespace cleanup (automated)
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 bacc57ca..f301b9f1 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -28,7 +28,7 @@ CFLAGS = $(M32) -W -Wall -march=i386 -Os -fomit-frame-pointer -I../com32/inc SFLAGS = $(M32) -march=i386 LDFLAGS = -s OBJCOPY = objcopy -PPMTOLSS16 = ../ppmtolss16 +PPMTOLSS16 = ../ppmtolss16 LIB = liboldcom32.a LIBOBJS = conio.o atou.o skipatou.o printf.o c32exit.o |