mirror of https://github.com/python/cpython
Fix make libainstall. (GH-25980)
Initial patch by Benno Leslie.
This commit is contained in:
parent
42fcad26a4
commit
80d250d68c
|
@ -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"; \
|
||||
|
|
Loading…
Reference in New Issue