diff --git a/Makefile.pre.in b/Makefile.pre.in index 66ffbd012bc..d327352310a 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 \ diff --git a/Misc/NEWS b/Misc/NEWS index f4c726e85de..cefa739602e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -31,7 +31,7 @@ Library Build ----- -- Bug #1513032, 'make install' failed on FreeBSD 5.3 due to lib-old +- Bug #1513032: 'make install' failed on FreeBSD 5.3 due to lib-old trying to be installed even though it's empty.