Get rid of trailing whitespace in the platform makefiles

This commit is contained in:
Martin Storsjö 2014-01-05 14:12:47 +02:00
parent dba62070bf
commit 0ad7c4c9b6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ LDFLAGS += -lpthread
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
else
else
ASMFLAGS += -f elf32
endif

View File

@ -1,5 +1,5 @@
ASM = nasm
CFLAGS += -DWIN32 -D__NO_CTYPE
LDFLAGS +=
LDFLAGS +=
ASMFLAGS += -f win32 -DPREFIX