summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-12-08 15:03:35 +1100
committerAndrew Tridgell <tridge@samba.org>2010-12-08 05:26:06 +0100
commitbe99d84972de8fd64c90aea3be4e0f06dd060065 (patch)
tree6448fa12ecc4506ac4122241410c04dadd724227 /buildtools
parent16c36a8cb56f3a74927cdb7c46dfb6158f328beb (diff)
downloadsamba-be99d84972de8fd64c90aea3be4e0f06dd060065.tar.gz
samba-be99d84972de8fd64c90aea3be4e0f06dd060065.tar.bz2
samba-be99d84972de8fd64c90aea3be4e0f06dd060065.zip
waf: make all generators depend on their rules
this ensures we rebuild when a constructed rule changes
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wafsamba.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py
index fc75def98d..3ce4455929 100644
--- a/buildtools/wafsamba/wafsamba.py
+++ b/buildtools/wafsamba/wafsamba.py
@@ -520,6 +520,8 @@ def SAMBA_GENERATOR(bld, name, rule, source='', target='',
on_results=True,
before='cc',
ext_out='.c',
+ samba_type='GENERATOR',
+ vars = [rule],
name=name)
if always: