diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:39:23 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:39:23 +0000 |
commit | 72d53c83941c77157517b8db62386fd70d24a566 (patch) | |
tree | d21f4f0163006f4ce51791d2545d50f6b9ee2d44 /Makefile.pre.in | |
parent | bc33c849bdc78eab02f442fa2b6a3b561f9b07d7 (diff) | |
download | cpython-72d53c83941c77157517b8db62386fd70d24a566.tar.gz |
sharedinstall should depend on sharedmods #9280
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 1fb764f5c2..ffa2510418 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) \ |