From: Jeremy Allison Date: Wed, 3 Jun 2009 17:45:44 +0000 (-0700) Subject: Make the path to this uglyness complete so people can find the guilty party.. X-Git-Tag: tdb-1.1.5~319 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96cc8214978f80328997cdd3b310731d65a7ede9;p=thirdparty%2Fsamba.git Make the path to this uglyness complete so people can find the guilty party.. Jeremy. --- 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);