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 3e5cd8e..d562026 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -207,6 +207,8 @@
 Build
 -----
 
+- Issue #11411: Fix 'make DESTDIR=' with a relative destination.
+
 - Issue #10709: Add updated AIX notes in Misc/README.AIX.
 
 - Issue #11184: Fix large-file support on AIX.