diff options
author | Georg Brandl <georg@python.org> | 2008-05-17 19:15:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-17 19:15:58 (GMT) |
commit | 6e47a33e49f01c06d616a05331ea6493f33b3988 (patch) | |
tree | b0f8e76251cc46903e108dedd58314a913a6e047 /Makefile.pre.in | |
parent | 2e08136b3c1bc24794d08f1cb2929c5621bf3d3f (diff) | |
download | cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.zip cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.gz cpython-6e47a33e49f01c06d616a05331ea6493f33b3988.tar.bz2 |
Tkinter, step 5: remove lib-tk subdirectory and update all places where it was mentioned.
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 3b96df7..976e54f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -808,7 +808,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= tkinter site-packages test test/output test/data \ test/decimaltestdata \ encodings \ email email/mime email/test email/test/data \ |