summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/smb_build_h.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-10-26 20:06:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:17 -0500
commitb89c019824cb14621da6a8dd8b016063945cfecf (patch)
tree83a49e34a8e1d40a76131da1f312f902eba7cf33 /source4/build/smb_build/smb_build_h.pm
parent344a0ebb431936766c06043a8030e7475ebf2d13 (diff)
downloadsamba-b89c019824cb14621da6a8dd8b016063945cfecf.tar.gz
samba-b89c019824cb14621da6a8dd8b016063945cfecf.tar.bz2
samba-b89c019824cb14621da6a8dd8b016063945cfecf.zip
r11307: Add support for generating pkg-config files
(This used to be commit 9c211507c15092ce09fd519cd0ffadf4b9f69492)
Diffstat (limited to 'source4/build/smb_build/smb_build_h.pm')
-rw-r--r--source4/build/smb_build/smb_build_h.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/smb_build_h.pm b/source4/build/smb_build/smb_build_h.pm
index 932f566bdf..b31cf8b9d9 100644
--- a/source4/build/smb_build/smb_build_h.pm
+++ b/source4/build/smb_build/smb_build_h.pm
@@ -108,7 +108,7 @@ sub create_smb_build_h($$)
print SMB_BUILD_H $output;
close(SMB_BUILD_H);
- print "build/smb_build/main.pl: creating $file\n";
+ print __FILE__.": creating $file\n";
return;
}
1;