summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-19 17:57:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:58:48 -0500
commit8f3a9d2b27b2519569382b13b03b0f9563418221 (patch)
tree5bd698110168be02175cac02d75f849a7967dfcc /source4/build
parent1d23d26dd2f4d8a14adaef0c5c2f51dbd9e30c7a (diff)
downloadsamba-8f3a9d2b27b2519569382b13b03b0f9563418221.tar.gz
samba-8f3a9d2b27b2519569382b13b03b0f9563418221.tar.bz2
samba-8f3a9d2b27b2519569382b13b03b0f9563418221.zip
r14569: Make more functions public.
(This used to be commit da0a4118189d1026e04e46cb73ba90a4a94d8819)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/smb_build/makefile.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 6ed1c36d13..b0c7ea3be1 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -249,7 +249,7 @@ __EOD__
defined($ctx->{LIBRARY_SONAME})) {
$soarg = "$self->{config}->{SONAMEFLAG}$ctx->{LIBRARY_SONAME} ";
if ($ctx->{LIBRARY_REALNAME} ne $ctx->{LIBRARY_SONAME}) {
- $soargdebug = "\tln -fs $ctx->{LIBRARY_REALNAME} $ctx->{DEBUGDIR}/$ctx->{LIBRARY_SONAME}\n";
+ $soargdebug = "\t\@ln -fs $ctx->{LIBRARY_REALNAME} $ctx->{DEBUGDIR}/$ctx->{LIBRARY_SONAME}\n";
}
}