aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2020-05-19 11:55:18 -0400
committerGitHub <noreply@github.com>2020-05-19 11:55:18 -0400
commit2abededbc4165d2daa14ae9d74b1f33cce0593d7 (patch)
treef06bbbd7eb60b96aea79544186203b0d820f468c /Makefile.pre.in
parentFix typo in multiprocessing documentation (GH-20016) (diff)
downloadcpython-2abededbc4165d2daa14ae9d74b1f33cce0593d7.tar.gz
cpython-2abededbc4165d2daa14ae9d74b1f33cce0593d7.tar.bz2
cpython-2abededbc4165d2daa14ae9d74b1f33cce0593d7.zip
bpo-40683: Add zoneinfo to LIBSUBDIRS (#20229)
Without this, only the _zoneinfo module is getting installed, not the zoneinfo module. I believe this was not noticed earlier because test.test_zoneinfo was also not being installed.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index de50f6b7f70..5a18704e441 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1429,6 +1429,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
test/test_importlib/source \
test/test_importlib/zipdata01 \
test/test_importlib/zipdata02 \
+ test/test_zoneinfo test/test_zoneinfo/data \
test/ziptestdata \
asyncio \
test/test_asyncio \
@@ -1450,7 +1451,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
multiprocessing multiprocessing/dummy \
unittest unittest/test unittest/test/testmock \
venv venv/scripts venv/scripts/common venv/scripts/posix \
- curses pydoc_data
+ curses pydoc_data \
+ zoneinfo
libinstall: build_all $(srcdir)/Modules/xxmodule.c
@for i in $(SCRIPTDIR) $(LIBDEST); \
do \