diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-23 12:12:44 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-23 12:12:44 (GMT) |
commit | dfbd34c80f5b9c0aae3e7a816944e335619feab4 (patch) | |
tree | 4a512803853fd255e4722daf03b606402de2a474 /Makefile.pre.in | |
parent | 55f316c3900613a172dbfece19e5cb487699a2cd (diff) | |
download | cpython-dfbd34c80f5b9c0aae3e7a816944e335619feab4.zip cpython-dfbd34c80f5b9c0aae3e7a816944e335619feab4.tar.gz cpython-dfbd34c80f5b9c0aae3e7a816944e335619feab4.tar.bz2 |
Cosmetic improvement for r43247
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 4772ff0..90b697e3b 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 \ |