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

This commit is contained in:
Éric Araujo 2011-06-10 03:48:04 +02:00
parent 5c6684f314
commit edd95dd3cb
1 changed files with 1 additions and 1 deletions

View File

@ -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); \