diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-27 04:28:56 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-27 04:28:56 (GMT) |
commit | c315a0fa40bb2b3c862605eedf92ece4e570a194 (patch) | |
tree | 5ea89222437d3551fc55b36229299a2f1c186e18 /Makefile.pre.in | |
parent | 0a903ac301ec0468f567118de1b3baad48836693 (diff) | |
download | cpython-c315a0fa40bb2b3c862605eedf92ece4e570a194.zip cpython-c315a0fa40bb2b3c862605eedf92ece4e570a194.tar.gz cpython-c315a0fa40bb2b3c862605eedf92ece4e570a194.tar.bz2 |
Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 66ffbd0..d327352 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -701,7 +701,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/Netscape \ plat-mac/lib-scriptpackages/StdSuites \ plat-mac/lib-scriptpackages/SystemEvents \ - plat-mac/lib-scriptpackages/Terminal + plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages LIBSUBDIRS= lib-tk site-packages test test/output test/data \ test/decimaltestdata \ |