From: Guido van Rossum Date: Wed, 6 Nov 1996 16:39:12 +0000 (+0000) Subject: Fix syntax of commented-out variables X-Git-Tag: v1.5a1~959 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d42d95bd7215eacb2488bda366347c89f24c8cb;p=python Fix syntax of commented-out variables --- diff --git a/Misc/gMakefile b/Misc/gMakefile index 28b1563590..4e5137a55e 100644 --- a/Misc/gMakefile +++ b/Misc/gMakefile @@ -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)