Skip to content

Commit

Permalink
Fix make libainstall. (GH-25980)
Browse files Browse the repository at this point in the history
Initial patch by Benno Leslie.
(cherry picked from commit 80d250d)

Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
  • Loading branch information
miss-islington and orsenthil authored May 8, 2021
1 parent bf309d7 commit a25c46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -1644,7 +1644,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"; \
Expand Down

0 comments on commit a25c46b

Please sign in to comment.