summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-04-07 19:43:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-04-07 19:43:57 (GMT)
commit3fc49ab8300a2f0e800055fedb0f2af0a68be267 (patch)
tree0fd50012023267d7ee3e5a24f366c7fce7532507 /Makefile.pre.in
parente66fe3021503e214026cb70fae2decb6dd69234b (diff)
downloadcpython-3fc49ab8300a2f0e800055fedb0f2af0a68be267.zip
cpython-3fc49ab8300a2f0e800055fedb0f2af0a68be267.tar.gz
cpython-3fc49ab8300a2f0e800055fedb0f2af0a68be267.tar.bz2
install as python3 #5461
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 822a6c3..576a22d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -787,7 +787,7 @@ bininstall: altbininstall
then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
else true; \
fi
- (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
+ (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3)
-rm -f $(DESTDIR)$(BINDIR)/python-config
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config)