Fix make libainstall. (GH-25980)

Initial patch by Benno Leslie.
(cherry picked from commit 80d250d68c)

Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
This commit is contained in:
Miss Islington (bot) 2021-05-07 23:58:53 -07:00 committed by GitHub
parent f46ef57c25
commit a2c72d52dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"; \