summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.pre.in2
-rw-r--r--Misc/NEWS5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3cf37227c3..66ffbd012b 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 \
diff --git a/Misc/NEWS b/Misc/NEWS
index 76acf30880..f4c726e85d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,11 @@ Library
- 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?