]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix make libainstall. (GH-25980)
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 8 May 2021 06:38:08 +0000 (23:38 -0700)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 06:38:08 +0000 (23:38 -0700)
Initial patch by Benno Leslie.

Makefile.pre.in

index 92cc48657a2af010d69731cc56179caaf56198ca..080318bf454f6ca0b40dccc037fe5d6e7a806bdd 100644 (file)
@@ -1688,7 +1688,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"; \