Commit 7d42d95b authored by Guido van Rossum's avatar Guido van Rossum

Fix syntax of commented-out variables

parent b54f4dea
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
# the PYTHON installation and the python version. Otherwise, set the # the PYTHON installation and the python version. Otherwise, set the
# environment variables before using this Makefile. # environment variables before using this Makefile.
# $(PYTHONHOME)= /usr/local/ # PYTHONHOME= /usr/local/
# $(PYTHONVERSION)= 1.4 # PYTHONVERSION= 1.4
# The following lines should be left as is: # The following lines should be left as is:
VERSION= $(PYTHONVERSION) VERSION= $(PYTHONVERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment