From b005dbe30539f62ea66b2b08efb65bdfa49cc6c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 22 Sep 2002 23:54:06 +0000 Subject: [PATCH] Now adds the headers/os directory to all UsePublicHeader rules. It's mostly done to fix some build issues (BeBuild.h). If you have a better idea on how to solve this - or a different idea how things should work, please go on :-) git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1117 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 116ab83930..30ce976af2 100644 --- a/Jamrules +++ b/Jamrules @@ -647,7 +647,8 @@ rule PublicHeaders # . local list = $(1) ; - local dirs ; + local dirs = [ FDirName $(OBOS_TOP) headers os ] ; + for i in $(list) { dirs += [ FDirName $(OBOS_TOP) headers os $(i) ] ; }