summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-08-05 21:44:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:22 -0500
commite9754b8de8ede5b4e70d27c9d84b0397c369353f (patch)
treeeaff5b65f0384e93682bdb5fa2f05b063fdc0540 /source4/build/smb_build/makefile.pm
parentbe468be416f8cd69b460917f4b5e2a2738a4dd72 (diff)
downloadsamba-e9754b8de8ede5b4e70d27c9d84b0397c369353f.tar.gz
samba-e9754b8de8ede5b4e70d27c9d84b0397c369353f.tar.bz2
samba-e9754b8de8ede5b4e70d27c9d84b0397c369353f.zip
r9142: fix the output to the new names
metze (This used to be commit bab33aa993830db85faf9be6f02832cf4ad8aa19)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r--source4/build/smb_build/makefile.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm
index 59ae6c5c04..19c8486bf8 100644
--- a/source4/build/smb_build/makefile.pm
+++ b/source4/build/smb_build/makefile.pm
@@ -573,9 +573,9 @@ sub _prepare_makefile_in($)
my ($CTX) = @_;
my $output;
- $output = "########################################\n";
- $output .= "# Autogenerated by config.smb_build.pl #\n";
- $output .= "########################################\n";
+ $output = "############################################\n";
+ $output .= "# Autogenerated by build/smb_build/main.pl #\n";
+ $output .= "############################################\n";
$output .= "\n";
$output .= _prepare_path_vars();
@@ -627,7 +627,7 @@ sub create_makefile_in($$$)
print MAKEFILE_IN _prepare_makefile_in($CTX) . $mk;
close(MAKEFILE_IN);
- print "config.smb_build.pl: creating $file\n";
+ print "build/smb_build/main.pl: creating $file\n";
return;
}