diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-03 03:09:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:01 -0500 |
commit | 916505f66197b8ed9d767ea45e13cb3fd8319ae7 (patch) | |
tree | 0d86ae8e644b395cc7d777e7f3b318ec8b6ae8f7 /source4/build/smb_build/smb_build_h.pm | |
parent | f10b2af0f8234d99c76cf7dd2e8c95ad6c3c4678 (diff) | |
download | samba-916505f66197b8ed9d767ea45e13cb3fd8319ae7.tar.gz samba-916505f66197b8ed9d767ea45e13cb3fd8319ae7.tar.bz2 samba-916505f66197b8ed9d767ea45e13cb3fd8319ae7.zip |
r8974: Support makefile fragments in .mk files
(This used to be commit 8d9c18a1b4cf31ebae1d0c84b00b4d781f55de66)
Diffstat (limited to 'source4/build/smb_build/smb_build_h.pm')
-rw-r--r-- | source4/build/smb_build/smb_build_h.pm | 2 |
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 b6af38035b..b6ced52034 100644 --- a/source4/build/smb_build/smb_build_h.pm +++ b/source4/build/smb_build/smb_build_h.pm @@ -104,7 +104,7 @@ sub create_smb_build_h($$) $output .= _prepare_smb_build_h($CTX); - open(SMB_BUILD_H,"> $file") || die ("Can't open $file\n"); + open(SMB_BUILD_H,">$file") || die ("Can't open `$file'\n"); print SMB_BUILD_H $output; close(SMB_BUILD_H); |