diff options
author | Jeremy Allison <jra@samba.org> | 2009-06-03 10:45:44 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-06-03 10:45:44 -0700 |
commit | 96cc8214978f80328997cdd3b310731d65a7ede9 (patch) | |
tree | 673acc92b3d4fe76d91f31235516bcc4509e3f58 /source4/build | |
parent | ba4d51c521727e13639ba7fc09154da099eef1da (diff) | |
download | samba-96cc8214978f80328997cdd3b310731d65a7ede9.tar.gz |
Make the path to this uglyness complete so people can find the guilty party..
Jeremy.
Diffstat (limited to 'source4/build')
-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 a80d10733ba..3a6f4b7d4f5 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); |