Commit 8c65d545 authored by Benjamin Peterson's avatar Benjamin Peterson

don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590

parent 25c6cd2a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment