aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2020-01-07 14:01:54 +0100
committertwinaphex2020-01-07 14:01:54 +0100
commit69a78c2df6b75da8d269bed70c3682e04d96b65b (patch)
tree2bc644842ae3b095c4aa934e13ffc0a33d36857e
parent2df22e6149fb53abedc2f42722e45d118b585a59 (diff)
downloadsnes9x2005-69a78c2df6b75da8d269bed70c3682e04d96b65b.tar.gz
snes9x2005-69a78c2df6b75da8d269bed70c3682e04d96b65b.tar.bz2
snes9x2005-69a78c2df6b75da8d269bed70c3682e04d96b65b.zip
Buildfix
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a0fb11..3e57b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -576,7 +576,7 @@ $(TARGET): $(OBJECTS)
ifeq ($(STATIC_LINKING), 1)
$(AR) rcs $@ $(OBJECTS)
else
- $(LD) $(fpic) $(SHARED) $(LINKOUT) $@ $(OBJECTS) $(LDFLAGS) $(LIBS)
+ $(LD) $(fpic) $(SHARED) $(LINKOUT)$@ $(OBJECTS) $(LDFLAGS) $(LIBS)
endif
clean: