From c63f4a88da1d9f2454da27bb54c59da71da528d3 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 11 Jul 2002 22:27:03 +0000 Subject: [PATCH] I'd prefer to use but that doesn't work and the easiest way to fix it was to use 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 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 5649a20bbd..5575dc4429 100644 --- a/Jamrules +++ b/Jamrules @@ -677,7 +677,7 @@ rule SetupKernel local _objs = $(1:S=$(SUFOBJ)) ; - UsePublicHeaders kernel ; + UsePublicHeaders kernel support ; UsePublicHeaders [ FDirName os kernel ] ; UsePrivateHeaders kernel ; UsePosixHeaders ;