summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-01-08 17:13:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:49:52 -0500
commit022553500b75d13631a7838e93631ce8b6b458cc (patch)
tree501e5b4e402b0bdebc5450020f5f2d4b19a0418a /source4/build/smb_build/config_mk.pm
parentb589ac5d863e171429d5ee620615a2920a82e04d (diff)
downloadsamba-022553500b75d13631a7838e93631ce8b6b458cc.tar.gz
samba-022553500b75d13631a7838e93631ce8b6b458cc.tar.bz2
samba-022553500b75d13631a7838e93631ce8b6b458cc.zip
r12772: - create variables for the %(patsubst ...) statements for the idl files
- this also fixes the build on BSD systems metze (This used to be commit 31ff172773f1700bfd7ff24fc764d37d9b6e82c1)
Diffstat (limited to 'source4/build/smb_build/config_mk.pm')
-rw-r--r--source4/build/smb_build/config_mk.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/config_mk.pm b/source4/build/smb_build/config_mk.pm
index 7827315541..1475ee09ee 100644
--- a/source4/build/smb_build/config_mk.pm
+++ b/source4/build/smb_build/config_mk.pm
@@ -152,6 +152,7 @@ sub run_config_mk($$$)
# global stuff is considered part of the makefile
if ($section eq "GLOBAL") {
+ if (!$infragment) { $makefile.="\n"; }
$makefile .= $line;
$infragment = 1;
next;