summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2011-03-06 19:49:15 (GMT)
committerThomas Wouters <thomas@python.org>2011-03-06 19:49:15 (GMT)
commit81638f1351780eccb70bbc701ce366861a914d2e (patch)
tree262ec3463aa8ecc39c7cc4d6f9b73866fdb125eb /Misc
parent21967d0b4d4ec19ce4f104d0083041e66d444506 (diff)
downloadcpython-81638f1351780eccb70bbc701ce366861a914d2e.zip
cpython-81638f1351780eccb70bbc701ce366861a914d2e.tar.gz
cpython-81638f1351780eccb70bbc701ce366861a914d2e.tar.bz2
Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from
working correctly with a relative path.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9531d90..5a445ee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -192,6 +192,8 @@ Extensions
Build
-----
+- Issue #11411: Fix 'make DESTDIR=' with a relative destination.
+
- Issue #11184: Fix large-file support on AIX.
- Issue #941346: Fix broken shared library build on AIX.