summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2015-01-28 15:47:03 +0000
committer Justin Kerk <dopefishjustin@gmail.com>2015-01-28 15:47:03 +0000
commitf56e1f309e30b8f7c10313ba512880e02df7d8cd (patch)
tree447aff0da65d0539813891c19484299801749b64 /makefile
parent8317717dd546c6133d5685d39863477d8bc200da (diff)
More JSMESS breakage (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3631efd6dc1..66760d2574f 100644
--- a/makefile
+++ b/makefile
@@ -931,7 +931,7 @@ $(EMULATOR): $(EMUINFOOBJ) $(DRIVLISTOBJ) $(DRVLIBS) $(LIBOSD) $(LIBBUS) $(LIBOP
$(CC) $(CDEFS) $(CFLAGS) -c $(SRC)/version.c -o $(VERSIONOBJ)
@echo Linking $@...
ifeq ($(TARGETOS),emscripten)
- # Emscripten's linker seems to be stricter about the ordering of .a files
+# Emscripten's linker seems to be stricter about the ordering of .a files
$(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) -Wl,--start-group $^ -Wl,--end-group $(LIBS) -o $@
else
$(LD) $(LDFLAGS) $(LDFLAGSEMULATOR) $(VERSIONOBJ) $^ $(LIBS) -o $@