mirror of https://github.com/python/cpython.git
Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
This commit is contained in:
parent
a8dd0941b8
commit
d8a20d21d7
|
@ -549,7 +549,7 @@ bininstall: altbininstall
|
|||
# Install the interpreter with $(VERSION) affixed
|
||||
# This goes into $(exec_prefix)
|
||||
altbininstall: $(BUILDPYTHON)
|
||||
@for i in $(BINDIR); \
|
||||
@for i in $(BINDIR) $(LIBDIR); \
|
||||
do \
|
||||
if test ! -d $$i; then \
|
||||
echo "Creating directory $$i"; \
|
||||
|
|
Loading…
Reference in New Issue