Commit dfbd34c8 authored by Hye-Shik Chang's avatar Hye-Shik Chang

Cosmetic improvement for r43247

parent 55f316c3
......@@ -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 \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment