Avoid space after -include.

This seems to make cpp unhappy. Note that other fixes seems to be needed
to get the build running with gcc2 (missing includes and the like.)
This commit is contained in:
Adrien Destugues 2014-10-29 23:17:58 +01:00
parent 920be2076f
commit 524709ea2b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ SubDirHdrs $(HAIKU_TOP) src add-ons kernel file_systems bfs ;
UsePrivateKernelHeaders ;
UsePrivateHeaders shared ;
rule FPreIncludes { return -include\ $(1:D=$(SUBDIR)) ; }
rule FPreIncludes { return -include=$(1:D=$(SUBDIR)) ; }
{
local defines = [ FDefines USER DEBUG ] ; # _NO_INLINE_ASM