diff options
| author | Benjamin Peterson <benjamin@python.org> | 2009-04-08 13:29:41 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2009-04-08 13:29:41 (GMT) |
| commit | b3efcbc19b55b7e93beaa536af2380ddf0f06fd0 (patch) | |
| tree | f0f74a07eb1e6d2e65d8f55a69f3cce8fe1f8b39 | |
| parent | 487915c729022a93e9b824a3b70224ff9d32026f (diff) | |
| download | cpython-b3efcbc19b55b7e93beaa536af2380ddf0f06fd0.zip cpython-b3efcbc19b55b7e93beaa536af2380ddf0f06fd0.tar.gz cpython-b3efcbc19b55b7e93beaa536af2380ddf0f06fd0.tar.bz2 | |
fix syntax
| -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 3525164..f99d1e1 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -826,7 +826,7 @@ LIBSUBDIRS= lib-tk site-packages test test/output test/data \ json json/tests \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv importlib wsgiref \ - lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests + lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ lib2to3/tests/data lib2to3/tests/data/fixes lib2to3/tests/data/fixers/myfixes \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ |
