On Mon, 8 Sep 2003, Adam Heath wrote:

> Ok.  I have it fixed.
>
> bash-2.05b$ strings build/src/lib/tests/hashtable-test |grep hashtable-test.c
> ../../../src/lib/tests/hashtable-test.c
>
> I might be able to fix it even better, by overriding __FILE__ myself(with -D)
> on the cmdline, instead of letting it be filled in by cpp from -c.

Btw, for those who want to fix this in their own source, when making the build
directory, and then calling configure, use a relative path to the location of
configure.  The relative path will then be used in the encoding of $srcdir,
and standard rules should be able to cope with it.


Reply via email to