Fix syntax of commented-out variables

This commit is contained in:
Guido van Rossum 1996-11-06 16:39:12 +00:00
parent b54f4dea73
commit 7d42d95bd7

View file

@ -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)