diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2017-01-13 19:08:47 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2017-01-13 19:08:47 (GMT) |
commit | 5fd832ba09c5e50b1463608a58f64d364e836c99 (patch) | |
tree | 5d8c2d090770234c7340b874376f6eb1794c8a2f /Makefile.pre.in | |
parent | 4b318f8be941ee75d00aa86d1a61a2ebc4992215 (diff) | |
download | cpython-5fd832ba09c5e50b1463608a58f64d364e836c99.zip cpython-5fd832ba09c5e50b1463608a58f64d364e836c99.tar.gz cpython-5fd832ba09c5e50b1463608a58f64d364e836c99.tar.bz2 |
Fixes #29261: added venv/scripts/common to LIBSUBDIRS.
Diffstat (limited to 'Makefile.pre.in')
-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 a88b7d5..dc0a40e 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); \ |