summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-07-07 20:47:11 -0400
committermidipix <writeonce@midipix.org>2018-08-05 05:58:35 -0400
commit50eb72449f6c8f1a1e6f1552800dc103e32c1524 (patch)
tree77e567087f54d699bbfbde43dd3dd9ec8fc8c925 /Makefile.in
parent43d630313de8f41c063812c1ed14375c49d5c67f (diff)
downloadbfirm-50eb72449f6c8f1a1e6f1552800dc103e32c1524.tar.bz2
bfirm-50eb72449f6c8f1a1e6f1552800dc103e32c1524.tar.xz
build system: all-shared front-end variant: fix ordering of -l$(PACKAGE).
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 f3f41bf..f653626 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -228,7 +228,7 @@ $(DEFAULT_APP): $(STATIC_OBJS) $(APP_OBJS)
$(SHARED_APP): $(SHARED_LIB) $(APP_OBJS)
rm -f app.tag
- $(CC) -o $@ $(APP_OBJS) -l$(PACKAGE) $(LDFLAGS_SHARED)
+ $(CC) -o $@ $(APP_OBJS) $(LDFLAGS_SHARED) -l$(PACKAGE)
$(STATIC_APP): $(STATIC_OBJS) $(APP_OBJS)
rm -f app.tag