diff options
-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 a80d10733b..3a6f4b7d4f 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -24,7 +24,7 @@ sub new($$$) $self->{output} = ""; $self->output("################################################\n"); - $self->output("# Autogenerated by build/smb_build/makefile.pm #\n"); + $self->output("# Autogenerated by source4/build/smb_build/makefile.pm #\n"); $self->output("################################################\n"); $self->output("\n"); $self->output($mkfile); |