mirror of https://github.com/python/cpython
Cosmetic improvement for r43247
This commit is contained in:
parent
55f316c390
commit
dfbd34c80f
|
@ -719,10 +719,8 @@ libinstall: $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
|
|||
do \
|
||||
a=$(srcdir)/Lib/$$d; \
|
||||
if test ! -d $$a; then continue; else true; fi; \
|
||||
if test `ls $$a | wc -l` -lt 1; then continue; fi; \
|
||||
b=$(LIBDEST)/$$d; \
|
||||
if [ `ls $$a | wc -l` -lt 1 ]; then \
|
||||
continue; \
|
||||
fi; \
|
||||
for i in $$a/*; \
|
||||
do \
|
||||
case $$i in \
|
||||
|
|
Loading…
Reference in New Issue