sharedinstall should depend on sharedmods #9280

This commit is contained in:
Benjamin Peterson 2010-07-17 20:39:23 +00:00
parent 929d384058
commit bbda0c5fbc
2 changed files with 3 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@ libainstall: all python-config
# Install the dynamically loadable modules # Install the dynamically loadable modules
# This goes into $(exec_prefix) # This goes into $(exec_prefix)
sharedinstall: sharedinstall: sharedmods
$(RUNSHARED) ./$(BUILDPYTHON) -E $(srcdir)/setup.py install \ $(RUNSHARED) ./$(BUILDPYTHON) -E $(srcdir)/setup.py install \
--prefix=$(prefix) \ --prefix=$(prefix) \
--install-scripts=$(BINDIR) \ --install-scripts=$(BINDIR) \

View File

@ -1554,6 +1554,8 @@ Extension Modules
Build Build
----- -----
- Issue #9280: Make sharedinstall depend on sharedmods.
- Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS - Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS
setting override the configure and makefile defaults, without setting override the configure and makefile defaults, without
deleting options the user didn't intend to override. Developers deleting options the user didn't intend to override. Developers