diff options
author | Georg Brandl <georg@python.org> | 2009-04-27 16:50:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-27 16:50:10 (GMT) |
commit | 3afd46007c4b1098fac697d78e7b9df3ceaf7680 (patch) | |
tree | 45a1d3a72209fd245a7bd456518157d6dd516346 | |
parent | 0192bffe9002e5878fcbeb1604739286ee0d138f (diff) | |
download | cpython-3afd46007c4b1098fac697d78e7b9df3ceaf7680.zip cpython-3afd46007c4b1098fac697d78e7b9df3ceaf7680.tar.gz cpython-3afd46007c4b1098fac697d78e7b9df3ceaf7680.tar.bz2 |
Merged revisions 71740 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71740 | benjamin.peterson | 2009-04-19 05:02:54 +0200 (So, 19 Apr 2009) | 1 line
fix typo
........
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c1fe3a7..9178976 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -850,7 +850,7 @@ LIBSUBDIRS= tkinter site-packages test test/output test/data \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv wsgiref urllib \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ - lib2to3/tests/data lib2to3/tests/data/fixes lib2to3/tests/data/fixers/myfixes \ + lib2to3/tests/data lib2to3/tests/data/fixers lib2to3/tests/data/fixers/myfixes \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ importlib importlib/test importlib/test/builtin \ |