summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-25 06:01:56 -0500
committermidipix <writeonce@midipix.org>2018-11-25 09:17:34 -0500
commit1b2ce530be0276eb99aed765b1f42217a3a0bfa9 (patch)
treed8c643352a45f46c8ea86366ba0dcf0a0502cb9e
parent68d5db9ee67071263827af399d1c809bc14a83dd (diff)
downloadmdso-1b2ce530be0276eb99aed765b1f42217a3a0bfa9.tar.bz2
mdso-1b2ce530be0276eb99aed765b1f42217a3a0bfa9.tar.xz
build system: --all-shared: properly express primary shared library dependency.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 887f367..ad393f7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -227,7 +227,7 @@ $(DEFAULT_APP): $(STATIC_OBJS) $(APP_OBJS)
rm -f app.tag
$(CC) -o $@ $^ $(LDFLAGS_APP)
-$(SHARED_APP): $(SHARED_LIB) $(APP_OBJS) $(SHARED_SOLINK)
+$(SHARED_APP): $(DSO_REF_SONAME) $(APP_OBJS) $(SHARED_SOLINK)
rm -f app.tag
$(CC) -o $@ $(APP_OBJS) $(LDFLAGS_APP) -l$(PACKAGE)