From: Benjamin Peterson Date: Tue, 7 Apr 2009 19:27:32 +0000 (+0000) Subject: don't install extras like pydoc and idle in altinstall, possibly overwriting the... X-Git-Tag: v3.1b1~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c65d5458137af0c684162ea745d0cf42012b1bf;p=python don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index ba019d2074..822a6c3217 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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)