[Python-checkins] python/dist/src Makefile.pre.in, 1.86.2.7, 1.86.2.8

jhylton@users.sourceforge.net jhylton at users.sourceforge.net
Tue Oct 18 15:36:10 CEST 2005


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

Modified Files:
      Tag: ast-branch
	Makefile.pre.in 
Log Message:
Replace compile.c with newcompile.c.



Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.86.2.7
retrieving revision 1.86.2.8
diff -u -d -r1.86.2.7 -r1.86.2.8
--- Makefile.pre.in	16 Oct 2005 05:23:54 -0000	1.86.2.7
+++ Makefile.pre.in	18 Oct 2005 13:36:06 -0000	1.86.2.8
@@ -235,7 +235,7 @@
 		Python/bltinmodule.o \
 		Python/exceptions.o \
 		Python/ceval.o \
-		Python/newcompile.o \
+		Python/compile.o \
 		Python/codecs.o \
 		Python/errors.o \
 		Python/frozen.o \



More information about the Python-checkins mailing list