aboutsummaryrefslogtreecommitdiffstats
path: root/com32/samples
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-03-14 22:07:09 -0700
commit64d7ea7b604c2ca9ab8f7236374b3a1c05005e55 (patch)
treeaefb113b164ae28daefaf0405ca5e96fb421781f /com32/samples
parenta80b07e7fb8feec668a435101659e3ed94015a23 (diff)
downloadsyslinux-elf-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.gz
syslinux-elf-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.tar.xz
syslinux-elf-64d7ea7b604c2ca9ab8f7236374b3a1c05005e55.zip
Stealth whitespace cleanup (automated)
Diffstat (limited to 'com32/samples')
-rw-r--r--com32/samples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile
index 291413a6..b694a489 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -31,14 +31,14 @@ LNXLDFLAGS = -g
SFLAGS = -D__COM32__ -march=i386
LDFLAGS = -T ../lib/com32.ld
OBJCOPY = objcopy
-PPMTOLSS16 = ../ppmtolss16
+PPMTOLSS16 = ../ppmtolss16
LIBGCC := $(shell $(CC) --print-libgcc)
LIBS = ../libutil/libutil_com.a ../lib/libcom32.a $(LIBGCC)
LNXLIBS = ../libutil/libutil_lnx.a
.SUFFIXES: .lss .c .o .elf .c32 .lnx
-all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 \
+all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 \
fancyhello.c32 fancyhello.lnx \
keytest.c32 keytest.lnx \