From: Benjamin Peterson Date: Wed, 8 Apr 2009 13:29:41 +0000 (+0000) Subject: fix syntax X-Git-Tag: v2.7a1~1527 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3efcbc19b55b7e93beaa536af2380ddf0f06fd0;p=python fix syntax --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 3525164db3..f99d1e19de 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) \