From 8c2636f59a48f327b26ebfc05386fa06e8c4841a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 8 May 2004 07:12:04 +0000 Subject: r586: removed --clientfns from build_idl.sh (tim removed that code from pidl) (This used to be commit d1dcde1d913803a44b07a1937262ae627680072c) --- source4/script/build_idl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/build_idl.sh b/source4/script/build_idl.sh index 51175d771a..a51a487612 100755 --- a/source4/script/build_idl.sh +++ b/source4/script/build_idl.sh @@ -4,7 +4,7 @@ FULLBUILD=$1 [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 -PIDL="./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --clientfns" +PIDL="./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server" TABLES="./build/pidl/tables.pl --output librpc/gen_ndr/tables" if [ x$FULLBUILD = xFULL ]; then -- cgit