From: Vinay Sajip Date: Fri, 13 Jan 2017 19:08:47 +0000 (+0000) Subject: Fixes #29261: added venv/scripts/common to LIBSUBDIRS. X-Git-Tag: v3.6.1rc1~173^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fd832ba09c5e50b1463608a58f64d364e836c99;p=python Fixes #29261: added venv/scripts/common to LIBSUBDIRS. --- 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); \