diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-05 21:44:10 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:22 -0500 |
commit | e9754b8de8ede5b4e70d27c9d84b0397c369353f (patch) | |
tree | eaff5b65f0384e93682bdb5fa2f05b063fdc0540 /source4/build/smb_build/smb_build_h.pm | |
parent | be468be416f8cd69b460917f4b5e2a2738a4dd72 (diff) | |
download | samba-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/smb_build_h.pm')
-rw-r--r-- | source4/build/smb_build/smb_build_h.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/smb_build/smb_build_h.pm b/source4/build/smb_build/smb_build_h.pm index b6ced52034..932f566bdf 100644 --- a/source4/build/smb_build/smb_build_h.pm +++ b/source4/build/smb_build/smb_build_h.pm @@ -100,7 +100,7 @@ sub _prepare_smb_build_h($) sub create_smb_build_h($$) { my ($CTX, $file) = @_; - my $output = "/* autogenerated by config.smb_build.pl */\n"; + my $output = "/* autogenerated by build/smb_build/main.pl */\n"; $output .= _prepare_smb_build_h($CTX); @@ -108,7 +108,7 @@ sub create_smb_build_h($$) print SMB_BUILD_H $output; close(SMB_BUILD_H); - print "config.smb_build.pl: creating $file\n"; + print "build/smb_build/main.pl: creating $file\n"; return; } 1; |