diff options
author | twinaphex | 2019-12-27 04:27:19 +0100 |
---|---|---|
committer | twinaphex | 2019-12-27 04:27:19 +0100 |
commit | bc69ab7e61d744b5310e6664f733c17903b3f91a (patch) | |
tree | 9234b465edf729d8e35910f7f7aff7e82c540308 /Makefile | |
parent | 2179ab8a12c8dfad88d343f32fff5c4f3a4b0e1d (diff) | |
download | snes9x2005-bc69ab7e61d744b5310e6664f733c17903b3f91a.tar.gz snes9x2005-bc69ab7e61d744b5310e6664f733c17903b3f91a.tar.bz2 snes9x2005-bc69ab7e61d744b5310e6664f733c17903b3f91a.zip |
Buildfix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |