Mailing List Archive

python/dist/src Makefile.pre.in,1.80,1.81
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv31827a

Modified Files:
Makefile.pre.in
Log Message:
pgen now needs pymalloc


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** Makefile.pre.in 5 Apr 2002 16:50:52 -0000 1.80
--- Makefile.pre.in 22 Apr 2002 03:05:25 -0000 1.81
***************
*** 198,201 ****
--- 198,202 ----

PGOBJS= \
+ Objects/obmalloc.o \
Python/mysnprintf.o \
Parser/firstsets.o \