commit | 81638f1351780eccb70bbc701ce366861a914d2e | [log] [tgz] |
---|---|---|
author | Thomas Wouters <thomas@python.org> | Sun Mar 06 11:49:15 2011 -0800 |
committer | Thomas Wouters <thomas@python.org> | Sun Mar 06 11:49:15 2011 -0800 |
tree | 262ec3463aa8ecc39c7cc4d6f9b73866fdb125eb | |
parent | 21967d0b4d4ec19ce4f104d0083041e66d444506 [diff] [blame] |
Issue #11411: Fix typo in the Makefile that prevented 'make DESTDIR=' from working correctly with a relative path.
diff --git a/Misc/NEWS b/Misc/NEWS index 9531d90..5a445ee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -192,6 +192,8 @@ 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.