mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)
This commit is contained in:
parent
5c6684f314
commit
edd95dd3cb
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
|
|||
else true; \
|
||||
fi; \
|
||||
done
|
||||
@for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.egg-info $(srcdir)/Lib/*.cfg ; \
|
||||
@for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.cfg ; \
|
||||
do \
|
||||
if test -x $$i; then \
|
||||
$(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue