commit | bbda0c5fbc757a2751263720dc6a255f517e5261 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Jul 17 20:39:23 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Jul 17 20:39:23 2010 +0000 |
tree | 6a85c39350d32be9771cdcdb5fcd904873a8bb71 | |
parent | 929d3840589cf8159520e4082467d7cab6d5a57f [diff] [blame] |
sharedinstall should depend on sharedmods #9280
diff --git a/Misc/NEWS b/Misc/NEWS index c6dbfef..04309a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1554,6 +1554,8 @@ Build ----- +- Issue #9280: Make sharedinstall depend on sharedmods. + - Issue #9189: Make a user-specified CFLAGS, CPPFLAGS, or LDFLAGS setting override the configure and makefile defaults, without deleting options the user didn't intend to override. Developers