diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-09 12:58:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:27 -0500 |
commit | c222331d6d3785075bb0c961315aae9380101e47 (patch) | |
tree | 8c8d480b93c910cea56d4be3537652604d1a9e22 /source4/script | |
parent | b4e53e6705064d889b343d90b0013e844cdb76f5 (diff) | |
download | samba-c222331d6d3785075bb0c961315aae9380101e47.tar.gz samba-c222331d6d3785075bb0c961315aae9380101e47.tar.bz2 samba-c222331d6d3785075bb0c961315aae9380101e47.zip |
r8263: Some small pidl fixes, start working towards supporting installation of pidl.
(This used to be commit c785677a14c958a518d5a9755d2b94e81b34bdb3)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/build_idl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/build_idl.sh b/source4/script/build_idl.sh index 4aea2b9e3f..9ca20b4072 100755 --- a/source4/script/build_idl.sh +++ b/source4/script/build_idl.sh @@ -6,7 +6,7 @@ PIDL_EXTRA_ARGS="$*" [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 -PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client --dcom-proxy --com-header --swig --odl --ejs -- $PIDL_EXTRA_ARGS" +PIDL="$PERL ./build/pidl/pidl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client --dcom-proxy --com-header --swig --odl --ejs -- $PIDL_EXTRA_ARGS" if [ x$FULLBUILD = xFULL ]; then echo Rebuilding all idl files in librpc/idl |