diff options
Diffstat (limited to 'buildtools/wafsamba/samba_pidl.py')
-rw-r--r-- | buildtools/wafsamba/samba_pidl.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py index 6e47686105..a56a6743de 100644 --- a/buildtools/wafsamba/samba_pidl.py +++ b/buildtools/wafsamba/samba_pidl.py @@ -57,6 +57,7 @@ def SAMBA_PIDL(bld, pname, source, t = bld(rule='cd .. && ${PIDL} ${OPTIONS} --outputdir ${OUTPUTDIR} -- ${SRC[0].abspath(env)}', ext_out = '.c', before = 'cc', + on_results = True, shell = True, source = source, target = out_files, @@ -124,6 +125,7 @@ def SAMBA_PIDL_TABLES(bld, name, target): rule = '${SRC} --output ${TGT} | sed "s|default/||" > ${TGT}', ext_out = '.c', before = 'cc', + on_results = True, shell = True, source = '../../librpc/tables.pl', target = target, |