mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merged revisions 82934 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82934 | benjamin.peterson | 2010-07-17 15:39:23 -0500 (Sat, 17 Jul 2010) | 1 line sharedinstall should depend on sharedmods #9280 ........
This commit is contained in:
parent
947a285b97
commit
6fd1df8c44
2 changed files with 3 additions and 1 deletions
|
@ -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) \
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue