Don't run pgen twice when using make -j.
diff --git a/Misc/NEWS b/Misc/NEWS
index 26a1925..9ad66f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -215,6 +215,11 @@
 
 - Issue #8687: provide a test suite for sched.py module.
 
+Build
+-----
+
+- Don't run pgen twice when using make -j.
+
 
 What's New in Python 3.2 Alpha 1?
 =================================