From a2c72d52dddefbfbaa0745b0af54330fad03b29e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 7 May 2021 23:58:53 -0700 Subject: Fix make libainstall. (GH-25980) Initial patch by Benno Leslie. (cherry picked from commit 80d250d68cf3bb511fd862169c681b28028499c2) Co-authored-by: Senthil Kumaran --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c5268a..ec19a9f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1695,7 +1695,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"; \ -- cgit v0.12