summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
Diffstat (limited to 'librpc')
-rwxr-xr-xlibrpc/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/build_idl.sh b/librpc/build_idl.sh
index bd0e74e556..ac0fab4801 100755
--- a/librpc/build_idl.sh
+++ b/librpc/build_idl.sh
@@ -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