diff options
author | Georg Brandl <georg@python.org> | 2008-05-20 07:52:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-20 07:52:27 (GMT) |
commit | b1527abbfc4a0eb451359098a3930f7336f47202 (patch) | |
tree | 09c9350923722ad26c47ea4390a43f7870415176 /Makefile.pre.in | |
parent | dffbf5f5421cbeb20237280c0bd70f989269f844 (diff) | |
download | cpython-b1527abbfc4a0eb451359098a3930f7336f47202.zip cpython-b1527abbfc4a0eb451359098a3930f7336f47202.tar.gz cpython-b1527abbfc4a0eb451359098a3930f7336f47202.tar.bz2 |
Remove directories that no longer exist.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 6c71732..c827f4b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -811,11 +811,11 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \ plat-mac/lib-scriptpackages/SystemEvents \ plat-mac/lib-scriptpackages/Terminal PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages -LIBSUBDIRS= lib-tk tkinter site-packages test test/output test/data \ +LIBSUBDIRS= lib-tk site-packages test test/output test/data \ test/decimaltestdata \ encodings compiler hotshot \ email email/mime email/test email/test/data \ - html json json/tests \ + json json/tests \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv wsgiref \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ |