On 10/29/05, Max Bowsher <maxb@ukf.net> wrote:
> djames@tigris.org wrote:
> > Author: djames
> > Date: Sat Oct 29 11:39:08 2005
> > New Revision: 17093
> >
> > Modified:
> > trunk/build/generator/gen_make.py
> >
> > Log:
> > * build/generator/gen_make.py
> > (Generator.write): Avoid usage of $< in SWIG header wrapper generator
> > rules, so that our Makefile will be compatible with BSD make.
> >
> > Suggested by: Sigfred Haversen <bsdlist@mumak.com>
> Doesn't that break VPATH non-releasemode builds? Since the headers are in
> the source dir, but now header_wrappers.py is being handed a relative path
> pointing to the build-dir?
Good catch, Max! I've fixed this problem in r17095 by explicitly
listing the full path to the header file using $(abs_srcdir). I've
also proposed r17095 for backport.
Cheers,
David
--
David James -- http://www.cs.toronto.edu/~james
Received on Sat Oct 29 20:37:45 2005