summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2002-04-22 03:05:25 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2002-04-22 03:05:25 (GMT)
commitfd1030e166805dafa1e3b78ef5b55d46d960af2b (patch)
tree057a66d3dd3f9a5357ef771589df061ac291da59 /Makefile.pre.in
parent51e7f5cabaef2ed6e36412ce933061cfc89a766d (diff)
downloadcpython-fd1030e166805dafa1e3b78ef5b55d46d960af2b.zip
cpython-fd1030e166805dafa1e3b78ef5b55d46d960af2b.tar.gz
cpython-fd1030e166805dafa1e3b78ef5b55d46d960af2b.tar.bz2
pgen now needs pymalloc
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 70260a7..9ad1c0a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -197,6 +197,7 @@ POBJS= \
PARSER_OBJS= $(POBJS) Parser/myreadline.o
PGOBJS= \
+ Objects/obmalloc.o \
Python/mysnprintf.o \
Parser/firstsets.o \
Parser/grammar.o \