diff options
author | Guido van Rossum <guido@python.org> | 1995-08-30 23:44:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-08-30 23:44:41 (GMT) |
commit | f45e586ed07cc91c6f41e0bef58608b150defa7e (patch) | |
tree | c3494ccbcf8b705a2908e6ff53ab85182486c5ec /Modules/Setup.in | |
parent | 1100dca6026ddb4a90233ae16779a4c90f504500 (diff) | |
download | cpython-f45e586ed07cc91c6f41e0bef58608b150defa7e.zip cpython-f45e586ed07cc91c6f41e0bef58608b150defa7e.tar.gz cpython-f45e586ed07cc91c6f41e0bef58608b150defa7e.tar.bz2 |
fix typo in bsddb entry
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r-- | Modules/Setup.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index 4ec638c..964a1b2 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -287,7 +287,7 @@ rotor rotormodule.c # enigma-inspired encryption #DB=/depot/sundry/src/db.1.85/ #DBPORT=$(DB)/PORT/sunos.5.2 -#dbhash bsddbmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a +#bsddb bsddbmodule.o -I$(DB)/include -I$(DBPORT) $(DBPORT)/libdb.a |