diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-04-19 03:02:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-04-19 03:02:54 (GMT) |
commit | 82d1cf1eccef72eac1ec999bbe85b654f76d398e (patch) | |
tree | ee004d70e4d0a4d683b7c60b0e4c4bd9d826445b /Makefile.pre.in | |
parent | 8cfa8e613f34c24914f06c0da9d283d573c54b5b (diff) | |
download | cpython-82d1cf1eccef72eac1ec999bbe85b654f76d398e.zip cpython-82d1cf1eccef72eac1ec999bbe85b654f76d398e.tar.gz cpython-82d1cf1eccef72eac1ec999bbe85b654f76d398e.tar.bz2 |
fix typo
Diffstat (limited to 'Makefile.pre.in')
-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 f8415a7..caba97a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -827,7 +827,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv importlib wsgiref \ 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) \ multiprocessing multiprocessing/dummy \ |