diff options
Diffstat (limited to 'buildtools/wafsamba/samba_patterns.py')
-rw-r--r-- | buildtools/wafsamba/samba_patterns.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/buildtools/wafsamba/samba_patterns.py b/buildtools/wafsamba/samba_patterns.py index ccd82159a97..cce19d3aeec 100644 --- a/buildtools/wafsamba/samba_patterns.py +++ b/buildtools/wafsamba/samba_patterns.py @@ -13,7 +13,5 @@ def SAMBA_MKVERSION(bld, target): shell=True, on_results=True, before="cc") - # force this rule to be constructed now - t.post() Build.BuildContext.SAMBA_MKVERSION = SAMBA_MKVERSION |