summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/wscript8
1 files changed, 4 insertions, 4 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index cd0226225fb..2c9c8b153d0 100755
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -239,10 +239,10 @@ def build(bld):
version_h = samba_utils.os_path_relpath(os.path.join(Options.launch_dir,
"version.h"),
bld.curdir)
- t.bld.SAMBA_GENERATOR('ctdb-samba-version-header',
- target=version_h,
- rule='printf "#include \\"ctdb_version.h\\" \\n#define SAMBA_VERSION_STRING CTDB_VERSION_STRING\\n" > ${TGT}',
- dep_vars=['VERSION'])
+ t = bld.SAMBA_GENERATOR('ctdb-samba-version-header',
+ target=version_h,
+ rule='printf "#include \\"ctdb_version.h\\" \\n#define SAMBA_VERSION_STRING CTDB_VERSION_STRING\\n" > ${TGT}',
+ dep_vars=['VERSION'])
t.env.VERSION = VERSION
bld.RECURSE('lib/replace')