[Python-checkins] python/dist/src Makefile.pre.in,1.86.2.2,1.86.2.3

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Fri, 23 Aug 2002 10:54:53 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv12769

Modified Files:
      Tag: ast-branch
	Makefile.pre.in 
Log Message:
Don't build the old compile.c.

XXX newcompile.c will be renamed to compile.c when all is said and done.



Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.86.2.2
retrieving revision 1.86.2.3
diff -C2 -d -r1.86.2.2 -r1.86.2.3
*** Makefile.pre.in	9 Jul 2002 13:24:45 -0000	1.86.2.2
--- Makefile.pre.in	23 Aug 2002 17:54:50 -0000	1.86.2.3
***************
*** 228,232 ****
  		Python/ceval.o \
  		Python/newcompile.o \
- 		Python/compile.o \
  		Python/codecs.o \
  		Python/errors.o \
--- 228,231 ----