diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-27 04:12:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-06-27 04:12:58 (GMT) |
commit | 3b6b80159e89efb85aa55ec98a658fd3c6fec3f7 (patch) | |
tree | 878805134c074471d2b4ad44a9cffc1d71fe9816 /Makefile.pre.in | |
parent | 524b59bf7c8284a717db3573c23fda66fd6eccba (diff) | |
download | cpython-3b6b80159e89efb85aa55ec98a658fd3c6fec3f7.zip cpython-3b6b80159e89efb85aa55ec98a658fd3c6fec3f7.tar.gz cpython-3b6b80159e89efb85aa55ec98a658fd3c6fec3f7.tar.bz2 |
Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.
No need to install lib-old, it's empty in 2.5.
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 3cf3722..66ffbd0 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -703,7 +703,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/SystemEvents \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages -LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ +LIBSUBDIRS= lib-tk site-packages test test/output test/data \ test/decimaltestdata \ encodings compiler hotshot \ email email/mime email/test email/test/data \ |