ref: 319ae0253b63c3f0a6310375392b64c18797ac91
parent: 057d3e507b22b08fd4f5150079760b8fb3c7a18f
parent: 0ad7c4c9b6540e8b990a4eff2e84e223b8d900c0
author: Ethan Hugg <[email protected]>
date: Mon Jan 6 04:35:24 EST 2014
Merge pull request #98 from mstorsjo/trailing-whitespace-platform Get rid of trailing whitespace in the platform makefiles
--- a/build/platform-linux.mk
+++ b/build/platform-linux.mk
@@ -4,7 +4,7 @@
ASMFLAGS += -DNOPREFIX
ifeq ($(ENABLE64BIT), Yes)
ASMFLAGS += -f elf64
-else
+else
ASMFLAGS += -f elf32
endif
--- a/build/platform-mingw_nt.mk
+++ b/build/platform-mingw_nt.mk
@@ -1,5 +1,5 @@
ASM = nasm
CFLAGS += -DWIN32 -D__NO_CTYPE
-LDFLAGS +=
+LDFLAGS +=
ASMFLAGS += -f win32 -DPREFIX