diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-21 23:30:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:17 -0500 |
commit | 59b13f9a1d684a632c2c73352f0ec08a63bc0913 (patch) | |
tree | 14b0a564e4db3377f7ad2fa1f9671f8e04405962 /source4/script | |
parent | efc03df292aa84edb592c22191dbf86cdf8c32d0 (diff) | |
download | samba-59b13f9a1d684a632c2c73352f0ec08a63bc0913.tar.gz samba-59b13f9a1d684a632c2c73352f0ec08a63bc0913.tar.bz2 samba-59b13f9a1d684a632c2c73352f0ec08a63bc0913.zip |
r9460: - Move pidl to lib/. This fixes standalone installation of pidl.
- Update the README
- Allow building the docs stand-alone
(This used to be commit b56084ce251ab7a35dd1422f38de258e8e1e1477)
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 13d1178c4a..a9bc752857 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 -Ipidl ./pidl/pidl --outputdir librpc/gen_ndr --parse --ndr-header --header --ndr-parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS" +PIDL="$PERL ./pidl/pidl --outputdir librpc/gen_ndr --parse --ndr-header --header --ndr-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 |