From: Hye-Shik Chang <hyeshik@gmail.com> Date: Thu, 23 Mar 2006 12:12:44 +0000 (+0000) Subject: Cosmetic improvement for r43247 X-Git-Tag: v2.5a0~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfbd34c80f5b9c0aae3e7a816944e335619feab4;p=python Cosmetic improvement for r43247 --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 4772ff0981..90b697e3b5 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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 \