summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-23 03:54:46 -0500
committermidipix <writeonce@midipix.org>2018-11-23 03:54:46 -0500
commit3e81d3ea4961c5b0b9a125794b898e4c7a31dd02 (patch)
tree97e88f590700eb8ab9587ca4da047551c4284b5a /Makefile.in
parent03edfcbcc620c174f522adf587238273a4cf8e16 (diff)
downloadsbpython2-3e81d3ea4961c5b0b9a125794b898e4c7a31dd02.tar.bz2
sbpython2-3e81d3ea4961c5b0b9a125794b898e4c7a31dd02.tar.xz
build system: all-shared: use LDFLAGS_APP as before, now with correct ordering.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 9ec7513..887f367 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -229,7 +229,7 @@ $(DEFAULT_APP): $(STATIC_OBJS) $(APP_OBJS)
$(SHARED_APP): $(SHARED_LIB) $(APP_OBJS) $(SHARED_SOLINK)
rm -f app.tag
- $(CC) -o $@ $(APP_OBJS) $(LDFLAGS_SHARED) -l$(PACKAGE)
+ $(CC) -o $@ $(APP_OBJS) $(LDFLAGS_APP) -l$(PACKAGE)
$(STATIC_APP): $(STATIC_OBJS) $(APP_OBJS)
rm -f app.tag