summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2018-11-25 06:01:56 -0500
committermidipix <writeonce@midipix.org>2018-11-25 09:18:45 -0500
commit2aa0601019914e0de55e22d193262b75aafe26a5 (patch)
treedc675691ca8a1c934b3e3d6608633b711a2a4589 /Makefile.in
parent4170e8e8889b75a6689640f27b97241e272f4496 (diff)
downloadperk-2aa0601019914e0de55e22d193262b75aafe26a5.tar.bz2
perk-2aa0601019914e0de55e22d193262b75aafe26a5.tar.xz
build system: --all-shared: properly express primary shared library dependency.
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 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)