summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-06-03 10:45:44 -0700
committerJeremy Allison <jra@samba.org>2009-06-03 10:45:44 -0700
commit96cc8214978f80328997cdd3b310731d65a7ede9 (patch)
tree673acc92b3d4fe76d91f31235516bcc4509e3f58 /source4/build
parentba4d51c521727e13639ba7fc09154da099eef1da (diff)
downloadsamba-96cc8214978f80328997cdd3b310731d65a7ede9.tar.gz
samba-96cc8214978f80328997cdd3b310731d65a7ede9.tar.bz2
samba-96cc8214978f80328997cdd3b310731d65a7ede9.zip
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.pm2
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);