diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-07 19:43:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-07 19:43:57 (GMT) |
commit | 3fc49ab8300a2f0e800055fedb0f2af0a68be267 (patch) | |
tree | 0fd50012023267d7ee3e5a24f366c7fce7532507 /Makefile.pre.in | |
parent | e66fe3021503e214026cb70fae2decb6dd69234b (diff) | |
download | cpython-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.in | 2 |
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) |