summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-01-13 19:08:47 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-01-13 19:08:47 +0000
commit5fd832ba09c5e50b1463608a58f64d364e836c99 (patch)
tree5d8c2d090770234c7340b874376f6eb1794c8a2f /Makefile.pre.in
parent4b318f8be941ee75d00aa86d1a61a2ebc4992215 (diff)
downloadcpython-git-5fd832ba09c5e50b1463608a58f64d364e836c99.tar.gz
Fixes #29261: added venv/scripts/common to LIBSUBDIRS.
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 a88b7d5d95..dc0a40e237 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1226,7 +1226,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 $(MACHDEPS)
libinstall: build_all $(srcdir)/Lib/$(PLATDIR) $(srcdir)/Modules/xxmodule.c
@for i in $(SCRIPTDIR) $(LIBDEST); \