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

This commit is contained in:
Martin v. Löwis 2002-05-08 08:59:59 +00:00
parent a8dd0941b8
commit d8a20d21d7
1 changed files with 1 additions and 1 deletions

View File

@ -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"; \