commit | 7590193909e449bbfad6a36f489db1f739c75ce5 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jan 13 16:03:27 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jan 13 16:03:27 1994 +0000 |
tree | 3d0553e33c495058e4c6bd0d581eb476e74be125 | |
parent | 42f69dab7e378168e17c1eacc228cae19ad6d749 [diff] [blame] |
Add colon to TESTPATH (oops!)
diff --git a/Modules/Setup.guido b/Modules/Setup.guido index 8ed5a1e..36cdce3 100644 --- a/Modules/Setup.guido +++ b/Modules/Setup.guido
@@ -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