From e9625b4b513eb6e01618df9cf20b03dca28ffdb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 10 Jul 2002 15:55:05 +0000 Subject: [PATCH] The "os" directory was missing from the UsePublicHeaders rule. BTW the last change of this file requires updating your OBOS_TOP variable to the current tree. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@40 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index 21a16f6487..d4d1a6d07d 100644 --- a/Jamrules +++ b/Jamrules @@ -382,7 +382,7 @@ rule UsePublicHeaders local headers ; for i in $(list) { - headers += [ FDirName $(OBOS_TOP) headers $(i) ] ; + headers += [ FDirName $(OBOS_TOP) headers os $(i) ] ; } UseHeaders $(headers) : $(targets) ;