From: Éric Araujo Date: Fri, 10 Jun 2011 01:48:04 +0000 (+0200) Subject: Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218) X-Git-Tag: v3.3.0a1~2135^2^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edd95dd3cb205be06270ca7e79467917bd7d3783;p=python Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 07486fde91..2ca89cf36a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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); \