diff options
author | Ned Deily <nad@acm.org> | 2013-07-30 21:32:52 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-07-30 21:32:52 (GMT) |
commit | 3b998d1086b8dee0f70dac91d3ea50a8819a8566 (patch) | |
tree | 58ed93b5d558a3b87ce03a79f96dc3bc89d13316 /Makefile.pre.in | |
parent | bc47d7bb4f43674fcf7bd85f4ef36c5c6020930c (diff) | |
parent | cdc75d967b777db0e4658bb6d500d4fcfca5fecb (diff) | |
download | cpython-3b998d1086b8dee0f70dac91d3ea50a8819a8566.zip cpython-3b998d1086b8dee0f70dac91d3ea50a8819a8566.tar.gz cpython-3b998d1086b8dee0f70dac91d3ea50a8819a8566.tar.bz2 |
Issue #15494: merge from 3.3
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 6e04922..bef7a25 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1012,7 +1012,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/capath test/data \ test/cjkencodings test/decimaltestdata test/xmltestdata \ - test/subprocessdata test/sndhdrdata \ + test/subprocessdata test/sndhdrdata test/support \ test/tracedmodules test/encoded_modules \ test/namespace_pkgs \ test/namespace_pkgs/both_portions \ |