Fix make libainstall. (GH-25980)

Initial patch by Benno Leslie.
This commit is contained in:
Senthil Kumaran 2021-05-07 23:38:08 -07:00 committed by GitHub
parent 42fcad26a4
commit 80d250d68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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