build: fix bug #5765 - fix installlibs on solaris by using portable "test -r"
commit8d318775360d2d5a09f83ec0527adcbfee73b607
authorMichael Adam <obnox@samba.org>
Mon, 27 Oct 2008 12:50:27 +0000 (27 13:50 +0100)
committerKarolin Seeger <kseeger@samba.org>
Tue, 18 Nov 2008 09:06:43 +0000 (18 10:06 +0100)
tree02f20da0f5775d4ef7c7b370142afd74725c5b31
parent56165c7fac75dfb63ff7f732735e4cd10f34fb59
build: fix bug #5765 - fix installlibs on solaris by using portable "test -r"

instead of test -e, which /bin/sh on solaris does not know.

Michael
(cherry picked from commit 7024fb2b37be5df8bafe73340aaceab78dcf5db7)
source/Makefile.in