summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-17 20:39:23 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-07-17 20:39:23 (GMT)
commitbbda0c5fbc757a2751263720dc6a255f517e5261 (patch)
tree6a85c39350d32be9771cdcdb5fcd904873a8bb71 /Makefile.pre.in
parent929d3840589cf8159520e4082467d7cab6d5a57f (diff)
downloadcpython-bbda0c5fbc757a2751263720dc6a255f517e5261.zip
cpython-bbda0c5fbc757a2751263720dc6a255f517e5261.tar.gz
cpython-bbda0c5fbc757a2751263720dc6a255f517e5261.tar.bz2
sharedinstall should depend on sharedmods #9280
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1fb764f..ffa2510 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1045,7 +1045,7 @@ libainstall: all python-config
# 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) \