* Missing config header directories in the CreateAsmStructOffsetsHeader
rule. * Automatic whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27825 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -237,7 +237,8 @@ rule CreateAsmStructOffsetsHeader header : source
|
||||
}
|
||||
|
||||
# headers and defines
|
||||
headers = $(SEARCH_SOURCE) $(SUBDIRHDRS) $(HDRS) ;
|
||||
headers = $(HAIKU_CONFIG_HEADERS) $(SEARCH_SOURCE) $(SUBDIRHDRS)
|
||||
$(HDRS) ;
|
||||
sysHeaders = $(SUBDIRSYSHDRS) $(SYSHDRS) ;
|
||||
defines = $(DEFINES) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user