projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b318f8
)
Fixes #29261: added venv/scripts/common to LIBSUBDIRS.
author
Vinay Sajip
<vinay_sajip@yahoo.co.uk>
Fri, 13 Jan 2017 19:08:47 +0000
(19:08 +0000)
committer
Vinay Sajip
<vinay_sajip@yahoo.co.uk>
Fri, 13 Jan 2017 19:08:47 +0000
(19:08 +0000)
Makefile.pre.in
patch
|
blob
|
history
diff --git
a/Makefile.pre.in
b/Makefile.pre.in
index a88b7d5d959aebc79092f6f5027070257ec7e58b..dc0a40e237d2f1ee4f884a9ee53aa935169a9566 100644
(file)
--- 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); \