Avoid running empty for loops; fixes trac #3683
authorIan Lynagh <igloo@earth.li>
Tue, 1 Dec 2009 12:59:27 +0000 (12:59 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 1 Dec 2009 12:59:27 +0000 (12:59 +0000)
commit01d63b084d9115746772876e54edacd82028d35c
tree4548ee8066c61c544133e051c1471cb59f9dd3f2
parent73e0deb3da9b301d6650587c348f97a6e662215d
Avoid running empty for loops; fixes trac #3683
Solaris's sh gives
    /bin/sh: syntax error at line 1: `;' unexpected
when faced with something like
    for x in ; do ...; done
Patch from Christian Maeder.
rules/distdir-way-opts.mk