]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix make libainstall. (GH-25980)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 May 2021 06:58:53 +0000 (23:58 -0700)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 06:58:53 +0000 (23:58 -0700)
Initial patch by Benno Leslie.
(cherry picked from commit 80d250d68cf3bb511fd862169c681b28028499c2)

Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
Makefile.pre.in

index 9c5268a044f050aeebff2afdfcf47ac59738739b..ec19a9fdc40cd82eafd3b05040a3e79530d39b59 100644 (file)
@@ -1695,7 +1695,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"; \