https://github.com/python/cpython/commit/a25c46bd7dd47a2f95b32d17ee2f66de214892c6 commit: a25c46bd7dd47a2f95b32d17ee2f66de214892c6 branch: 3.9 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: miss-islington <31488909+miss-islington at users.noreply.github.com> date: 2021年05月07日T23:58:27-07:00 summary: Fix make libainstall. (GH-25980) Initial patch by Benno Leslie. (cherry picked from commit 80d250d68cf3bb511fd862169c681b28028499c2) Co-authored-by: Senthil Kumaran <senthil at uthcode.com> files: M Makefile.pre.in diff --git a/Makefile.pre.in b/Makefile.pre.in index 0c3981c1323d2..2b68571031883 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"; \