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
This commit is contained in:
Axel Dörfler 2002-07-10 15:57:36 +00:00
parent e9625b4b51
commit acea35dd63

View File

@ -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) ;