Skip to content

Commit

Permalink
Fixes python#29261: added venv/scripts/common to LIBSUBDIRS.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Jan 13, 2017
1 parent 4b318f8 commit 5fd832b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 5fd832b

Please sign in to comment.