DragonFly bugs List (threaded) for 2004-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Buildworld can't find platform.h anymore
YONETANI Tomokazu wrote:
-I/usr/src/lib/libisc/../../usr.sbin/named
but the 'missing' platform.h files are in the subdirectory
../../usr.sbin/named/include
so I'm thinking that pathname needs to have the 'include' tacked on the
end.
Just a thought, but can't you add both?
CFLAGS+= -I${.CURDIR}/../../usr.sbin/named \
-I${.CURDIR}/../../usr.sbin/named/include
Exactly, and that's what I wound up doing -- because there *was*
a good reason not to move those two header files (of course :o)
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]