diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 21:10:09 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-18 21:10:09 +0200 |
commit | 78f804c497249cc807d8f2d7ac914288b3739c49 (patch) | |
tree | e587dc157d68722f63fe46a06ba4dccddb146de6 /source4/build/smb_build | |
parent | 08067d22a0cb24fe1b9d6230634aea89c493bd4e (diff) | |
download | samba-78f804c497249cc807d8f2d7ac914288b3739c49.tar.gz samba-78f804c497249cc807d8f2d7ac914288b3739c49.tar.bz2 samba-78f804c497249cc807d8f2d7ac914288b3739c49.zip |
Typo, formatting fixes.
(This used to be commit 5c961c0b41e0a41bd41705a103595af7405132a4)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 4c375cecf6..db8ba4b604 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -227,9 +227,9 @@ sub ProtoHeader($$) { my ($self,$ctx) = @_; - my $target = "\$(addprefix $ctx->{BASEDIR}/, $ctx->{PRIVATE_PROTO_HEADER})"; + my $target = "\$(addprefix $ctx->{BASEDIR}/,$ctx->{PRIVATE_PROTO_HEADER})"; $self->output("PROTO_HEADERS += $target\n"); - $self->output("\$(call proto_header_template, $target, \$($ctx->{NAME}_OBJ_FILES:.o=.c))\n"); + $self->output("\$(call proto_header_template,$target,\$($ctx->{NAME}_OBJ_FILES:.o=.c))\n"); } sub write($$) |