summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-01-13 19:17:03 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-01-13 19:17:03 +0000
commit6b642c9a7165db52a7c7b41de9e80aa8f59eea3e (patch)
tree3dfa0093ebf6ec4fdd20da2946f8507144d9ce39 /Makefile.pre.in
parente2f9e77df21e6804b23c30a96b427155a59518b2 (diff)
parent5fd832ba09c5e50b1463608a58f64d364e836c99 (diff)
downloadcpython-git-6b642c9a7165db52a7c7b41de9e80aa8f59eea3e.tar.gz
Fixes #29261: merged fix from 3.5.
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 48b5180b07..93aae91247 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1244,7 +1244,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
turtledemo \
multiprocessing multiprocessing/dummy \
unittest unittest/test unittest/test/testmock \
- venv venv/scripts venv/scripts/posix \
+ venv venv/scripts venv/scripts/common venv/scripts/posix \
curses pydoc_data
libinstall: build_all $(srcdir)/Modules/xxmodule.c
@for i in $(SCRIPTDIR) $(LIBDEST); \