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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8a20d21d7ca61bce567c95abe913748171ef55c;p=thirdparty%2FPython%2Fcpython.git Patch #553230: Create LIBDIR if necessary. Bugfix candidate. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 9ec4fa66974f..57848dce7ad9 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"; \