Cosmetic improvement for r43247

This commit is contained in:
Hye-Shik Chang 2006-03-23 12:12:44 +00:00
parent 55f316c390
commit dfbd34c80f
1 changed files with 1 additions and 3 deletions

View File

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