summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-11-06 16:39:12 (GMT)
committerGuido van Rossum <guido@python.org>1996-11-06 16:39:12 (GMT)
commit7d42d95bd7215eacb2488bda366347c89f24c8cb (patch)
tree414c269d62b45f8e34dd9ebbc387a5abeccb3c8b /Misc
parentb54f4dea734dad9f8a32a47c51b82f457900d9d4 (diff)
downloadcpython-7d42d95bd7215eacb2488bda366347c89f24c8cb.zip
cpython-7d42d95bd7215eacb2488bda366347c89f24c8cb.tar.gz
cpython-7d42d95bd7215eacb2488bda366347c89f24c8cb.tar.bz2
Fix syntax of commented-out variables
Diffstat (limited to 'Misc')
-rw-r--r--Misc/gMakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/gMakefile b/Misc/gMakefile
index 28b1563..4e5137a 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)