Transition to waf 1.8: replaced on_results by update_outputs
[samba.git] / buildtools / wafsamba / samba_autoproto.py
index 2d8ea546ab2a594ddb69a8cf179dbb04c27321b6..bad627aa4dec33ec514fc7daa6bf774bb161c77d 100644 (file)
@@ -13,7 +13,7 @@ def SAMBA_AUTOPROTO(bld, header, source):
         name = name,
         source = source,
         target = header,
-        on_results=True,
+        update_outputs=True,
         ext_out='.c',
         before ='cc',
         rule = '${PERL} "${SCRIPT}/mkproto.pl" --srcdir=.. --builddir=. --public=/dev/null --private="${TGT}" ${SRC}'