Remove extra space that caused issues during make install.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 11 May 2008 03:17:50 +0000 (05:17 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 11 May 2008 03:17:50 +0000 (05:17 +0200)
(This used to be commit 20a2fc85665feb4d57340c695c8ecb014825e177)

source4/build/smb_build/makefile.pm

index 16709aef4144b46fe62e06d09021320d5007d060..43c4252f9d30a208cef133b2c36db45e735f5420 100644 (file)
@@ -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");