diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2017-01-13 19:17:03 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2017-01-13 19:17:03 (GMT) |
commit | 6b642c9a7165db52a7c7b41de9e80aa8f59eea3e (patch) | |
tree | 3dfa0093ebf6ec4fdd20da2946f8507144d9ce39 | |
parent | e2f9e77df21e6804b23c30a96b427155a59518b2 (diff) | |
parent | 5fd832ba09c5e50b1463608a58f64d364e836c99 (diff) | |
download | cpython-6b642c9a7165db52a7c7b41de9e80aa8f59eea3e.zip cpython-6b642c9a7165db52a7c7b41de9e80aa8f59eea3e.tar.gz cpython-6b642c9a7165db52a7c7b41de9e80aa8f59eea3e.tar.bz2 |
Fixes #29261: merged fix from 3.5.
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 48b5180..93aae91 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); \ |