diff options
| author | Guido van Rossum <guido@python.org> | 1995-08-30 23:44:41 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-08-30 23:44:41 +0000 |
| commit | f45e586ed07cc91c6f41e0bef58608b150defa7e (patch) | |
| tree | c3494ccbcf8b705a2908e6ff53ab85182486c5ec | |
| parent | 1100dca6026ddb4a90233ae16779a4c90f504500 (diff) | |
| download | cpython-git-f45e586ed07cc91c6f41e0bef58608b150defa7e.tar.gz | |
fix typo in bsddb entry
| -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 4ec638c637..964a1b2a99 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 |
