From 611ca8e8196738345de3596ca61e75fe5a895c26 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 17 May 2012 11:12:07 +1000 Subject: build: Move generated files out of the normal build tree This avoids some dual-build-system interactions. Andrew Bartlett --- source3/autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/autogen.sh') diff --git a/source3/autogen.sh b/source3/autogen.sh index e5aea3248e..94ac99123a 100755 --- a/source3/autogen.sh +++ b/source3/autogen.sh @@ -77,9 +77,9 @@ rm -rf autom4te*.cache if gcc -E tests/preproc-dummy.c -o /dev/null ; then - PIDL_OUTPUTDIR="librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \ + PIDL_OUTPUTDIR="autoconf/librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \ srcdir=. ../librpc/build_idl.sh ../librpc/idl/*.idl - PIDL_OUTPUTDIR="librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \ + PIDL_OUTPUTDIR="autoconf/librpc/gen_ndr" CPP="gcc -E" PIDL=../pidl/pidl \ srcdir=. script/build_idl.sh librpc/idl/*.idl else echo "Warning: Could not compile idl files in autogen, " -- cgit