]> granicus.if.org Git - python/commitdiff
Fix syntax of commented-out variables
authorGuido van Rossum <guido@python.org>
Wed, 6 Nov 1996 16:39:12 +0000 (16:39 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 6 Nov 1996 16:39:12 +0000 (16:39 +0000)
Misc/gMakefile

index 28b1563590c59d7d95f6e452559fde8dbafd3b2f..4e5137a55eb5b1f0734e78d6e17884e440deab4e 100644 (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)