Commit edd95dd3 authored by Éric Araujo's avatar Éric Araujo

Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)

parent 5c6684f3
...@@ -950,7 +950,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR) ...@@ -950,7 +950,7 @@ libinstall: build_all $(srcdir)/Lib/$(PLATDIR)
else true; \ else true; \
fi; \ fi; \
done done
@for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.egg-info $(srcdir)/Lib/*.cfg ; \ @for i in $(srcdir)/Lib/*.py $(srcdir)/Lib/*.cfg ; \
do \ do \
if test -x $$i; then \ if test -x $$i; then \
$(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \ $(INSTALL_SCRIPT) $$i $(DESTDIR)$(LIBDEST); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment