]> granicus.if.org Git - python/commit
fix some issues with install and altinstall #5818
authorBenjamin Peterson <benjamin@python.org>
Sat, 25 Apr 2009 21:04:19 +0000 (21:04 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 25 Apr 2009 21:04:19 +0000 (21:04 +0000)
commitf4841e2df7e2c3ccf7e5debc9423e0d8ee271bb4
tree3271d472023b906a9e16c412fcf9ae388f1f8b34
parent5859b869a3f2aff7adf4f1795aeb86e1aa07676b
fix some issues with install and altinstall #5818

1. fullinstall should install 'python'
2. remove link targets if already exist
3. make python3-config
4. install the man in altinstall
5. $(EXE) consistency

Patch by Larry Hastings
Makefile.pre.in