From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 8 May 2021 06:58:27 +0000 (-0700) Subject: Fix make libainstall. (GH-25980) X-Git-Tag: v3.9.6~124 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a25c46bd7dd47a2f95b32d17ee2f66de214892c6;p=thirdparty%2FPython%2Fcpython.git Fix make libainstall. (GH-25980) Initial patch by Benno Leslie. (cherry picked from commit 80d250d68cf3bb511fd862169c681b28028499c2) Co-authored-by: Senthil Kumaran --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 0c3981c1323d..2b6857103188 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1644,7 +1644,7 @@ LIBPL= @LIBPL@ LIBPC= $(LIBDIR)/pkgconfig libainstall: @DEF_MAKE_RULE@ python-config - @for i in $(LIBDIR) $(LIBPL) $(LIBPC); \ + @for i in $(LIBDIR) $(LIBPL) $(LIBPC) $(BINDIR); \ do \ if test ! -d $(DESTDIR)$$i; then \ echo "Creating directory $$i"; \