summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 19:15:58 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-17 19:15:58 (GMT)
commit6e47a33e49f01c06d616a05331ea6493f33b3988 (patch)
treeb0f8e76251cc46903e108dedd58314a913a6e047 /Makefile.pre.in
parent2e08136b3c1bc24794d08f1cb2929c5621bf3d3f (diff)
downloadcpython-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.in2
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 \