Skip to content

Commit a2c72d5

Browse files
Fix make libainstall. (GH-25980)
Initial patch by Benno Leslie. (cherry picked from commit 80d250d) Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
1 parent f46ef57 commit a2c72d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ LIBPL= @LIBPL@
16951695
LIBPC= $(LIBDIR)/pkgconfig
16961696

16971697
libainstall: @DEF_MAKE_RULE@ python-config
1698-
@for i in $(LIBDIR) $(LIBPL) $(LIBPC); \
1698+
@for i in $(LIBDIR) $(LIBPL) $(LIBPC) $(BINDIR); \
16991699
do \
17001700
if test ! -d $(DESTDIR)$$i; then \
17011701
echo "Creating directory $$i"; \

0 commit comments

Comments
 (0)