Add colon to TESTPATH (oops!)

This commit is contained in:
Guido van Rossum 1994-01-13 16:03:27 +00:00
parent 42f69dab7e
commit 7590193909
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
DESTLIB=$(prefix)/lib/python
# Standard enabled (tests are always available)
TESTPATH=$(DESTLIB)/test
TESTPATH=:$(DESTLIB)/test
# Enable this for SGI systems
ARCHPATH=:$(DESTLIB)/sgi

View File

@ -31,7 +31,7 @@
DESTLIB=$(prefix)/lib/python
# Standard enabled (tests are always available)
TESTPATH=$(DESTLIB)/test
TESTPATH=:$(DESTLIB)/test
# Enable this for SGI systems
ARCHPATH=:$(DESTLIB)/sgi