Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix
diff --git a/Misc/NEWS b/Misc/NEWS
index a55fcb3..dfbeb4d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@
 Library
 -------
 
+- Fix distutils.sysconfig.get_makefile_filename when Python was configured with
+  different prefix and exec-prefix.
+
 - Issue #11254: Teach distutils to compile .pyc and .pyo files in
   PEP 3147-compliant __pycache__ directories.