librpc: Re-run make idl_full
[kai/samba-autobuild/.git] / librpc / build_idl.sh
index bd0e74e55621567af1693d93e73a8aac411205a5..ac0fab48014073f3264ab8b289545c129b7e416c 100755 (executable)
@@ -30,7 +30,7 @@ fi
 list=""
 for f in ${IDL_FILES}; do
        basename=`basename $f .idl`
-       ndr="$PIDL_OUTPUTDIR/ndr_$basename.c"
+       ndr="$PIDL_OUTPUTDIR/py_$basename.c"
 
        if [ -f $ndr ]; then
                if [ "x`find $f -newer $ndr -print`" = "x$f" ]; then