summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.pre.in2
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index c60d253..efa0716 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1018,7 +1018,7 @@ libainstall: all
# Install the dynamically loadable modules
# This goes into $(exec_prefix)
-sharedinstall:
+sharedinstall: sharedmods
$(RUNSHARED) ./$(BUILDPYTHON) -E $(srcdir)/setup.py install \
--prefix=$(prefix) \
--install-scripts=$(BINDIR) \
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f11bb0..961ffc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -829,6 +829,8 @@ C-API
Build
-----
+- Issue #9280: Make sharedinstall depend on sharedmods.
+
- Issue #8854: Fix finding Visual Studio 2008 on Windows x64.
- Issue #3920, #7903: Define _BSD_SOURCE on OpenBSD 4.4 through 4.9.