mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Patch #553230: Create LIBDIR if necessary. Bugfix candidate.
This commit is contained in:
parent
a8dd0941b8
commit
d8a20d21d7
1 changed files with 1 additions and 1 deletions
|
@ -549,7 +549,7 @@ bininstall: altbininstall
|
||||||
# Install the interpreter with $(VERSION) affixed
|
# Install the interpreter with $(VERSION) affixed
|
||||||
# This goes into $(exec_prefix)
|
# This goes into $(exec_prefix)
|
||||||
altbininstall: $(BUILDPYTHON)
|
altbininstall: $(BUILDPYTHON)
|
||||||
@for i in $(BINDIR); \
|
@for i in $(BINDIR) $(LIBDIR); \
|
||||||
do \
|
do \
|
||||||
if test ! -d $$i; then \
|
if test ! -d $$i; then \
|
||||||
echo "Creating directory $$i"; \
|
echo "Creating directory $$i"; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue