Skip to content

Commit

Permalink
Avoid space after -include.
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
pulkomandy committed Oct 29, 2014
1 parent 920be20 commit 524709e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/add-ons/kernel/file_systems/bfs/btree/Jamfile
Expand Up @@ -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
Expand Down

0 comments on commit 524709e

Please sign in to comment.