Skip to content

Commit a25c46b

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 bf309d7 commit a25c46b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

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

16461646
libainstall: @DEF_MAKE_RULE@ python-config
1647-
@for i in $(LIBDIR) $(LIBPL) $(LIBPC); \
1647+
@for i in $(LIBDIR) $(LIBPL) $(LIBPC) $(BINDIR); \
16481648
do \
16491649
if test ! -d $(DESTDIR)$$i; then \
16501650
echo "Creating directory $$i"; \

0 commit comments

Comments
 (0)