Skip to content

Commit 80d250d

Browse files
authored
Fix make libainstall. (GH-25980)
Initial patch by Benno Leslie.
1 parent 42fcad2 commit 80d250d

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
@@ -1688,7 +1688,7 @@ LIBPL= @LIBPL@
16881688
LIBPC= $(LIBDIR)/pkgconfig
16891689

16901690
libainstall: @DEF_MAKE_RULE@ python-config
1691-
@for i in $(LIBDIR) $(LIBPL) $(LIBPC); \
1691+
@for i in $(LIBDIR) $(LIBPL) $(LIBPC) $(BINDIR); \
16921692
do \
16931693
if test ! -d $(DESTDIR)$$i; then \
16941694
echo "Creating directory $$i"; \

0 commit comments

Comments
 (0)