]> 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:27 +0000 (23:58 -0700)
committerGitHub <noreply@github.com>
Sat, 8 May 2021 06:58:27 +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 0c3981c1323d24807685d697a1ce146eec76060f..2b6857103188330d5028072cd07a31a59b1a8056 100644 (file)
@@ -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"; \