mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
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).
This commit is contained in:
parent
c27f4bd423
commit
acd738feb3
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue