From acea35dd63053b8bf2dc828b633c02c8336c4580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 10 Jul 2002 15:57:36 +0000 Subject: [PATCH] That was too fast: "os" is added in the sub-Jamfiles (although I don't think that's a good solution). Fixed. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@41 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jamrules b/Jamrules index d4d1a6d07d..21a16f6487 100644 --- a/Jamrules +++ b/Jamrules @@ -382,7 +382,7 @@ rule UsePublicHeaders local headers ; for i in $(list) { - headers += [ FDirName $(OBOS_TOP) headers os $(i) ] ; + headers += [ FDirName $(OBOS_TOP) headers $(i) ] ; } UseHeaders $(headers) : $(targets) ;