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:
@@ -647,7 +647,8 @@ rule PublicHeaders
|
|||||||
# <group list>.
|
# <group list>.
|
||||||
|
|
||||||
local list = $(1) ;
|
local list = $(1) ;
|
||||||
local dirs ;
|
local dirs = [ FDirName $(OBOS_TOP) headers os ] ;
|
||||||
|
|
||||||
for i in $(list) {
|
for i in $(list) {
|
||||||
dirs += [ FDirName $(OBOS_TOP) headers os $(i) ] ;
|
dirs += [ FDirName $(OBOS_TOP) headers os $(i) ] ;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user