summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2006-08-21 16:19:37 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2006-08-21 16:19:37 (GMT)
commit644dddcc3f0ae886fe92f23cdce3e24c5e032566 (patch)
tree178082c3cd644004fb7a41d82686630fd30a67b1 /Makefile.pre.in
parent8c036ccf93f4ac5f80689692b8eb7b4181c4bbcd (diff)
downloadcpython-644dddcc3f0ae886fe92f23cdce3e24c5e032566.zip
cpython-644dddcc3f0ae886fe92f23cdce3e24c5e032566.tar.gz
cpython-644dddcc3f0ae886fe92f23cdce3e24c5e032566.tar.bz2
Move peephole optimizer to separate file.
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 ce8710e..fc873ea 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -260,6 +260,7 @@ PYTHON_OBJS= \
Python/modsupport.o \
Python/mystrtoul.o \
Python/mysnprintf.o \
+ Python/peephole.o \
Python/pyarena.o \
Python/pyfpe.o \
Python/pystate.o \