From eba9a54927dc363602389adac5c6edf09909fb65 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 Mar 2010 22:10:24 +1100 Subject: build: a few more build rules that should have on_results=True --- buildtools/wafsamba/samba_asn1.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildtools/wafsamba/samba_asn1.py') diff --git a/buildtools/wafsamba/samba_asn1.py b/buildtools/wafsamba/samba_asn1.py index 63000ebd5b..22f664981f 100644 --- a/buildtools/wafsamba/samba_asn1.py +++ b/buildtools/wafsamba/samba_asn1.py @@ -65,6 +65,7 @@ def SAMBA_ASN1(bld, name, source, source = out_files[0], target = cfile, shell = True, + on_results=True, ext_out = '.c', ext_in = '.x', depends_on = name + '_ASN1', @@ -75,6 +76,7 @@ def SAMBA_ASN1(bld, name, source, source = out_files[1], ext_out = '.c', ext_in = '.x', + on_results=True, target = hfile, depends_on = name + '_ASN1', name = name + '_H') -- cgit