diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-11 05:17:50 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-11 05:17:50 +0200 |
commit | c0dd42af53f3d776fcbe2982afeb7be9b7f689d2 (patch) | |
tree | 6e3e92c2042959f68e379440b2f13c943914ab80 | |
parent | 451febf89d2c6bfc52c030c9838370ec49ff22dd (diff) | |
download | samba-c0dd42af53f3d776fcbe2982afeb7be9b7f689d2.tar.gz samba-c0dd42af53f3d776fcbe2982afeb7be9b7f689d2.tar.bz2 samba-c0dd42af53f3d776fcbe2982afeb7be9b7f689d2.zip |
Remove extra space that caused issues during make install.
(This used to be commit 20a2fc85665feb4d57340c695c8ecb014825e177)
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 16709aef41..43c4252f9d 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -121,7 +121,7 @@ sub SharedModule($$) $sane_subsystem =~ s/^lib//; $self->output("PLUGINS += $ctx->{SHAREDDIR}/$ctx->{LIBRARY_REALNAME}\n"); - $self->output("\$(eval \$(call shared_module_install_template,$sane_subsystem, $ctx->{LIBRARY_REALNAME}))\n"); + $self->output("\$(eval \$(call shared_module_install_template,$sane_subsystem,$ctx->{LIBRARY_REALNAME}))\n"); $self->_prepare_list($ctx, "FULL_OBJ_LIST"); $self->_prepare_list($ctx, "DEPEND_LIST"); |