diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-18 21:30:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-18 21:30:48 (GMT) |
commit | a2797bdcb107851aa9a5f6915825e5052a198798 (patch) | |
tree | 8477f956ce0c142d0d70dff158cd05437a785cc5 /Makefile.pre.in | |
parent | 716869caac4361f5d01b9dbe46d94d3e03d1b519 (diff) | |
download | cpython-a2797bdcb107851aa9a5f6915825e5052a198798.zip cpython-a2797bdcb107851aa9a5f6915825e5052a198798.tar.gz cpython-a2797bdcb107851aa9a5f6915825e5052a198798.tar.bz2 |
remove installation of deleted test/output dir
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 ce97b33..bea163d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -832,7 +832,7 @@ 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 site-packages test test/output test/data \ +LIBSUBDIRS= lib-tk site-packages test test/data \ test/decimaltestdata test/xmltestdata \ encodings compiler hotshot \ email email/mime email/test email/test/data \ |