[s3]build: fix bug #5765 - fix installlibs on solaris by using portable "test -r"
authorMichael Adam <obnox@samba.org>
Mon, 27 Oct 2008 12:50:27 +0000 (13:50 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 27 Oct 2008 12:51:47 +0000 (13:51 +0100)
commit151dfd9dd1315f1058dae04ed4e2f5b66de0881a
tree01bbb64348930c2ee19eac2bf4d9bf5b564f53ae
parente4fe3320ec75f0ba542c689b3072fa8a2ed9e232
[s3]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
source3/Makefile.in