summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-12-30 21:04:23 (GMT)
committerGuido van Rossum <guido@python.org>2002-12-30 21:04:23 (GMT)
commitacd738feb38d64af1c6bdc62dd41cc70efa3d4bc (patch)
tree09d6b906ddcc81c0a3bffccd6c764ebe3645364d /Misc/NEWS
parentc27f4bd423b39391e2160e29ef122d6ef983c67e (diff)
downloadcpython-acd738feb38d64af1c6bdc62dd41cc70efa3d4bc.zip
cpython-acd738feb38d64af1c6bdc62dd41cc70efa3d4bc.tar.gz
cpython-acd738feb38d64af1c6bdc62dd41cc70efa3d4bc.tar.bz2
SF patch 659809, by Daniel Brotsky: fix Makefile.pre to use config
env. This adds @CFLAGS@ and @CPPFLAGS@ to the end of the respective variable definitions. It also adds $(LDFLAGS) to the $(CC) invocation to build $(PGEN).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a04cf6e..0be3da7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -741,6 +741,9 @@ Tools/Demos
Build
-----
+- Makefile.pre.in now adds @CFLAGS@ and @CPPFLAGS@ to their respective
+ variable definitions.
+
- On Unix, IDLE is now installed automatically.
- The fpectl module is not built by default; it's dangerous or useless