* 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:
Ingo Weinhold 2008-10-01 14:26:08 +00:00
parent ea2317a80c
commit 296f476ec9
1 changed files with 12 additions and 11 deletions

View File

@ -237,7 +237,8 @@ rule CreateAsmStructOffsetsHeader header : source
} }
# headers and defines # headers and defines
headers = $(SEARCH_SOURCE) $(SUBDIRHDRS) $(HDRS) ; headers = $(HAIKU_CONFIG_HEADERS) $(SEARCH_SOURCE) $(SUBDIRHDRS)
$(HDRS) ;
sysHeaders = $(SUBDIRSYSHDRS) $(SYSHDRS) ; sysHeaders = $(SUBDIRSYSHDRS) $(SYSHDRS) ;
defines = $(DEFINES) ; defines = $(DEFINES) ;