More fixes for builddir != srcdir.
authorTim Potter <tpot@samba.org>
Tue, 27 May 2003 02:35:53 +0000 (02:35 +0000)
committerTim Potter <tpot@samba.org>
Tue, 27 May 2003 02:35:53 +0000 (02:35 +0000)
commit456184463d35c18840c39cb3483b7136247ea764
tree0ba62cfed8ec4af368f94adaf36800f36adbd110
parenta0c3f1d31c4888d33061bb011fcb8e701bba30bc
More fixes for builddir != srcdir.

 - Use absolute directories for $builddir and $srcdir in the Makefile

 - Don't try and combine source files in $builddir and $srcdir to build
   proto.h.  It's just too hard to get it right across all targets we
   wish to compile on.  Use a hand created prototype for the single
   function in smbd/build_options.c that we need.  This allows us to ditch
   all the extra sed work that was causing problems: \t not portable - hah!

 - Fix bogus delheaders target to remove the correct files

This appears to work quite nicely now.  Let's see how it goes on the
buildfarm machines.
source/Makefile.in
source/configure.in
source/script/.cvsignore
source/script/mkproto.sh [moved from source/script/mkproto.sh.in with 73% similarity]
source/smbd/server.c