mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix syntax of commented-out variables
This commit is contained in:
parent
b54f4dea73
commit
7d42d95bd7
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
|||
# the PYTHON installation and the python version. Otherwise, set the
|
||||
# environment variables before using this Makefile.
|
||||
|
||||
# $(PYTHONHOME)= /usr/local/
|
||||
# $(PYTHONVERSION)= 1.4
|
||||
# PYTHONHOME= /usr/local/
|
||||
# PYTHONVERSION= 1.4
|
||||
|
||||
# The following lines should be left as is:
|
||||
VERSION= $(PYTHONVERSION)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue