[Python-checkins] python/dist/src/Misc NEWS,1.575,1.576

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Mon, 30 Dec 2002 13:04:26 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv6625

Modified Files:
	NEWS 
Log Message:
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).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.575
retrieving revision 1.576
diff -C2 -d -r1.575 -r1.576
*** NEWS	30 Dec 2002 21:03:26 -0000	1.575
--- NEWS	30 Dec 2002 21:04:23 -0000	1.576
***************
*** 742,745 ****
--- 742,748 ----
  -----
  
+ - Makefile.pre.in now adds @CFLAGS@ and @CPPFLAGS@ to their respective
+   variable definitions.
+ 
  - On Unix, IDLE is now installed automatically.