don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590
This commit is contained in:
parent
25c6cd2ae7
commit
8c65d54581
|
@ -757,7 +757,7 @@ install: altinstall
|
|||
|
||||
# Install almost everything without disturbing previous versions
|
||||
altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \
|
||||
sharedinstall oldsharedinstall @FRAMEWORKALTINSTALLLAST@
|
||||
oldsharedinstall @FRAMEWORKALTINSTALLLAST@
|
||||
|
||||
# Install shared libraries enabled by Setup
|
||||
DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)
|
||||
|
|
Loading…
Reference in New Issue