mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add colon to TESTPATH (oops!)
This commit is contained in:
parent
42f69dab7e
commit
7590193909
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue