build: fix bug #5765 - fix installlibs on solaris by using portable "test -r"
commit7024fb2b37be5df8bafe73340aaceab78dcf5db7
authorMichael Adam <obnox@samba.org>
Mon, 27 Oct 2008 12:50:27 +0000 (27 13:50 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 27 Oct 2008 12:56:09 +0000 (27 13:56 +0100)
treed73ee20ae9607ce4e65cf1a3029b90eb42ea1873
parentc202b78f2f02d06f849d6d753685a3a4c141de3f
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
source/Makefile.in