mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Fix make libainstall. (GH-25980)
Initial patch by Benno Leslie.
(cherry picked from commit 80d250d68c
)
Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
This commit is contained in:
parent
f46ef57c25
commit
a2c72d52dd
1 changed files with 1 additions and 1 deletions
|
@ -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"; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue