I'd prefer to use <support/Errors.h> but that doesn't work and the

easiest way to fix it was to use <Errors.h> and simply include the
header path in our build line.

Can someone on the buidl team please try and tell us what path's
are/aren't being used? No doubt it'll take about 100 messages and
a lot of violent arguing, but then maybe sanity will prevail? :)


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@106 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-11 22:27:03 +00:00
parent d2de8b3867
commit c63f4a88da
1 changed files with 1 additions and 1 deletions

View File

@ -677,7 +677,7 @@ rule SetupKernel
local _objs = $(1:S=$(SUFOBJ)) ;
UsePublicHeaders kernel ;
UsePublicHeaders kernel support ;
UsePublicHeaders [ FDirName os kernel ] ;
UsePrivateHeaders kernel ;
UsePosixHeaders ;