mirror of https://github.com/python/cpython
Add colon to TESTPATH (oops!)
This commit is contained in:
parent
42f69dab7e
commit
7590193909
|
@ -31,7 +31,7 @@
|
||||||
DESTLIB=$(prefix)/lib/python
|
DESTLIB=$(prefix)/lib/python
|
||||||
|
|
||||||
# Standard enabled (tests are always available)
|
# Standard enabled (tests are always available)
|
||||||
TESTPATH=$(DESTLIB)/test
|
TESTPATH=:$(DESTLIB)/test
|
||||||
|
|
||||||
# Enable this for SGI systems
|
# Enable this for SGI systems
|
||||||
ARCHPATH=:$(DESTLIB)/sgi
|
ARCHPATH=:$(DESTLIB)/sgi
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
DESTLIB=$(prefix)/lib/python
|
DESTLIB=$(prefix)/lib/python
|
||||||
|
|
||||||
# Standard enabled (tests are always available)
|
# Standard enabled (tests are always available)
|
||||||
TESTPATH=$(DESTLIB)/test
|
TESTPATH=:$(DESTLIB)/test
|
||||||
|
|
||||||
# Enable this for SGI systems
|
# Enable this for SGI systems
|
||||||
ARCHPATH=:$(DESTLIB)/sgi
|
ARCHPATH=:$(DESTLIB)/sgi
|
||||||
|
|
Loading…
Reference in New Issue