[Python-checkins] python/dist/src Makefile.pre.in,1.144,1.145

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jun 8 14:53:13 EDT 2004


Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26461

Modified Files:
	Makefile.pre.in 
Log Message:
Patch #774665: Make Python LC_NUMERIC agnostic.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** Makefile.pre.in	3 Jun 2004 12:41:45 -0000	1.144
--- Makefile.pre.in	8 Jun 2004 18:52:39 -0000	1.145
***************
*** 248,251 ****
--- 248,252 ----
  		Python/traceback.o \
  		Python/getopt.o \
+ 		Python/pystrtod.o \
  		Python/$(DYNLOADFILE) \
  		$(MACHDEP_OBJS) \




More information about the Python-checkins mailing list