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
This commit is contained in:
Axel Dörfler 2002-09-22 23:54:06 +00:00
parent 81367b041b
commit b005dbe305

View File

@ -647,7 +647,8 @@ rule PublicHeaders
# <group list>.
local list = $(1) ;
local dirs ;
local dirs = [ FDirName $(OBOS_TOP) headers os ] ;
for i in $(list) {
dirs += [ FDirName $(OBOS_TOP) headers os $(i) ] ;
}