[Python-checkins] cpython: Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)

eric.araujo python-checkins at python.org
Fri Jun 10 18:35:05 CEST 2011


http://hg.python.org/cpython/rev/c12401a83a13
changeset:   70761:c12401a83a13
user:        Éric Araujo <merwok at netwok.org>
date:        Fri Jun 10 03:48:04 2011 +0200
summary:
  Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -950,7 +950,7 @@
 		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); \

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list