From: Martin v. Löwis Date: Wed, 8 May 2002 08:59:59 +0000 (+0000) Subject: Patch #553230: Create LIBDIR if necessary. Bugfix candidate. X-Git-Tag: v2.3c1~5705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8a20d21d7ca61bce567c95abe913748171ef55c;p=python Patch #553230: Create LIBDIR if necessary. Bugfix candidate. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 9ec4fa6697..57848dce7a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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"; \