s3:Makefile: add some explicit dependencies to libc
authorBjörn Jacke <bj@sernet.de>
Wed, 21 Oct 2009 20:45:18 +0000 (22:45 +0200)
committerBjörn Jacke <bj@sernet.de>
Wed, 21 Oct 2009 20:50:39 +0000 (22:50 +0200)
commit78a5e26783aa7a1beff5cd6674e9ff305a0a6390
tree81a41022b8f55af5c99ecebd076c72f475ca9047
parent47fcde1922afc80909fb45bab9b55ea267d4a66f
s3:Makefile: add some explicit dependencies to libc

Add libc as explicit dependency where we use "-z defs" linker flags. This is
to silence the Sun linker. Otherwise it whines:

malloc  ... (symbol belongs to implicit dependency /lib/libc.so.1)
source3/Makefile.in