summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2003-05-26 21:19:47 (GMT)
committerGustavo Niemeyer <gustavo@niemeyer.net>2003-05-26 21:19:47 (GMT)
commit3d5cbea20220e106e6616efa8f6d5fd80ed4074f (patch)
treea58bf95b0f24ac2461a7d41bb5a81ae19e2e458f
parent053916959af8868715c9ce4b960c6607f6b12f12 (diff)
downloadcpython-3d5cbea20220e106e6616efa8f6d5fd80ed4074f.zip
cpython-3d5cbea20220e106e6616efa8f6d5fd80ed4074f.tar.gz
cpython-3d5cbea20220e106e6616efa8f6d5fd80ed4074f.tar.bz2
Fixed minor typo in Setup.dist.
-rw-r--r--Modules/Setup.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 503be2a..7d486dc 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -417,7 +417,7 @@ GLHACK=-Dclear=__GLclear
#DBLIBVER=4.0
#DBINC=$(DB)/include
#DBLIB=$(DB)/lib
-#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER
+#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
# Historical Berkeley DB 1.85
#