summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-10 01:48:04 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-10 01:48:04 (GMT)
commitedd95dd3cb205be06270ca7e79467917bd7d3783 (patch)
treec2433cd3dde60c4ec9242cb94f5fd1bb170ece14 /Makefile.pre.in
parent5c6684f314d4261f6721a98c1a3cda8f0ec91a15 (diff)
downloadcpython-edd95dd3cb205be06270ca7e79467917bd7d3783.zip
cpython-edd95dd3cb205be06270ca7e79467917bd7d3783.tar.gz
cpython-edd95dd3cb205be06270ca7e79467917bd7d3783.tar.bz2
Remove *.egg-info from Makefile.pre.in (follow-up to d615eb7bce33, #12218)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 07486fd..2ca89cf 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); \