summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-01-28 02:21:56 +0000
committerGuido van Rossum <guido@python.org>1997-01-28 02:21:56 +0000
commit47110d7f442c06474d4e103afa296c64f8ac8e5a (patch)
treed3fac8d4563fbb0e2d04219a82b1b44569fc2608
parentbd5f193ee5540d17e0f5501791dbe4e12f0fdcf0 (diff)
downloadcpython-git-47110d7f442c06474d4e103afa296c64f8ac8e5a.tar.gz
Change bsddbmodule.o -> bsddbmodule.c.
-rw-r--r--Modules/Setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 94f0c4bc9a..927e3265e8 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -305,7 +305,7 @@ rotor rotormodule.c # enigma-inspired encryption
#DB=/depot/sundry/src/berkeley-db/db.1.85
#DBPORT=$(DB)/PORT/irix.5.3
-#bsddb bsddbmodule.o -I$(DBPORT)/include $(DBPORT)/libdb.a
+#bsddb bsddbmodule.c -I$(DBPORT)/include $(DBPORT)/libdb.a