Commit 0c5c77cc authored by Neal Norwitz's avatar Neal Norwitz

Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.

No need to install lib-old, it's empty in 2.5.
parent a8eadc35
...@@ -703,7 +703,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ ...@@ -703,7 +703,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/SystemEvents \ plat-mac/lib-scriptpackages/SystemEvents \
plat-mac/lib-scriptpackages/Terminal plat-mac/lib-scriptpackages/Terminal
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages 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 \ test/decimaltestdata \
encodings compiler hotshot \ encodings compiler hotshot \
email email/mime email/test email/test/data \ email email/mime email/test email/test/data \
......
...@@ -28,6 +28,11 @@ Library ...@@ -28,6 +28,11 @@ Library
- The wsgiref package is now installed properly on Unix. - The wsgiref package is now installed properly on Unix.
Build
-----
- Bug #1513032, 'make install' failed on FreeBSD 5.3 due to lib-old
trying to be installed even though it's empty.
What's New in Python 2.5 beta 1? What's New in Python 2.5 beta 1?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment