Nick Coghlan <ncogh...@gmail.com> added the comment:

Actually, the Python 3 Makefile.pre.in is currently broken if $(EXE) is ever 
non-empty - in a few places it uses "$(PYTHON)$(VERSION)$(EXE)" and 
"$(PYTHON)3$(EXE)".

Those are wrong, because the definition of $(PYTHON) at the top of the file is 
"python$(EXE)"

Instead, they need to be written as "python$(VERSION)$(EXE)" and "python3$(EXE)"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12627>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to