|
From: Mark O'D. <mar...@lu...> - 2001-07-12 15:47:10
|
Hi John
And another one,
It seems to assume that the directory objs/firebird/include exists (and
is populated) as it does a bunch of touching the files in it.
In ferreting around it appears that you have the target include_generic
that does most of this work, (include_darwin does some more as well).
Should this directory already be around to do the boot build, or is a
depencancy missing.
BTW: In the following:
include_generic: force
$(QUIET_ECHO) "Building the include directory..."
mkdir -p $(OBJS)/firebird/intl
is firebird/intl meant to be firebird/include ?
(I've settled on OBJS=. and SOURCE=../src till Im told otherwise).
Cheers
Mark
|