From 80d250d68cf3bb511fd862169c681b28028499c2 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Fri, 7 May 2021 23:38:08 -0700 Subject: [PATCH] Fix make libainstall. (GH-25980) Initial patch by Benno Leslie. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 92cc48657a2..080318bf454 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1688,7 +1688,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"; \