summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2011-03-06 11:49:15 -0800
committerThomas Wouters <thomas@python.org>2011-03-06 11:49:15 -0800
commitdf71d46a774be9c6ea31d96a77021ab1c4c91fd6 (patch)
treeb04dfe60aa40811bd924d30e37d423da1d5c8d8b /Misc
parentabdcab79dddc55bf8cc835204619f0cd12268358 (diff)
downloadcpython-df71d46a774be9c6ea31d96a77021ab1c4c91fd6.tar.gz
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 9531d908c3..5a445ee8fd 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.