Commit d8a20d21 authored by Martin v. Löwis's avatar Martin v. Löwis

Patch #553230: Create LIBDIR if necessary. Bugfix candidate.

parent a8dd0941
...@@ -549,7 +549,7 @@ bininstall: altbininstall ...@@ -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"; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment