summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-17 19:15:58 +0000
committerGeorg Brandl <georg@python.org>2008-05-17 19:15:58 +0000
commitd8d01cfe97f5bc382af220eae66fc9d31b602d36 (patch)
treee919b032e0748e3e314999c7f369c12e77460ac4 /Makefile.pre.in
parentbe805ac8e3b60c117da5a70c426ae1e4041aa74c (diff)
downloadcpython-d8d01cfe97f5bc382af220eae66fc9d31b602d36.tar.gz
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 3b96df7cb9..976e54f42d 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 \