]> granicus.if.org Git - python/commitdiff
Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 27 Jun 2006 04:12:58 +0000 (04:12 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 27 Jun 2006 04:12:58 +0000 (04:12 +0000)
No need to install lib-old, it's empty in 2.5.

Makefile.pre.in
Misc/NEWS

index 3cf37227c3f42ac3c59dd0becbd358fa2193a1ec..66ffbd012bcc52825be0d63eb9896cbae0389d23 100644 (file)
@@ -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 \
index 76acf30880dbe598b41859ff80b5759ed7eb823e..f4c726e85dee8df794bed2abef2e2ae45d94c3f0 100644 (file)
--- 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?