summaryrefslogtreecommitdiff
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2006-04-03 16:59:32 +0000
committerMatthias Klose <doko@ubuntu.com>2006-04-03 16:59:32 +0000
commit739281148d33f69ea51a97b92406c9b043d739d5 (patch)
treee4a6d798fd154facb6221c4f779cd773d6618e26 /Modules/Setup.dist
parent353aa8772ad5d60f8776da56dcd3155467d3f945 (diff)
downloadcpython-git-739281148d33f69ea51a97b92406c9b043d739d5.tar.gz
- add missing chunk for patch #1117961
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 3a512b575d..49c8425f47 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -236,9 +236,9 @@ GLHACK=-Dclear=__GLclear
# The md5 module implements the RSA Data Security, Inc. MD5
# Message-Digest Algorithm, described in RFC 1321. The necessary files
-# md5c.c and md5.h are included here.
+# md5.c and md5.h are included here.
-#md5 md5module.c md5c.c
+#md5 md5module.c md5.c
# The sha module implements the SHA checksum algorithm.