X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=mk%2Fjam%2Fbisonflex.jam;h=141f839e7b9fe6ee37a1a3f915d44b1610127333;hb=0b585f0dc8e185bcf1a7e281108281f5b2b96706;hp=83912b5be5368920e7b63bbfbbb5184d837c97db;hpb=7ef937b79a4e3a818e919d476388146e3ae1db03;p=supertux.git diff --git a/mk/jam/bisonflex.jam b/mk/jam/bisonflex.jam index 83912b5be..141f839e7 100644 --- a/mk/jam/bisonflex.jam +++ b/mk/jam/bisonflex.jam @@ -24,7 +24,7 @@ if $(LEX) return $(object) ; } - RegisterFileType Flex++Rule : .ll ; + RegisterFileType Lex++Rule : .ll ; if $(COMPILER_TYPE) != "GCC" { @@ -57,7 +57,7 @@ if $(BISON) Includes $(headerfile:G=) : $(headerfile) ; - Bison $(cfile) $(headerfile) : $(<) ; + Bison $(cfile) : $(<) ; # work around jam warning about independent target Includes $(cfile) : $(headerfile) ; @@ -76,8 +76,8 @@ if $(BISON) # here Includes $(headerfile:G=) : $(headerfile) ; - Bison $(cppfile) $(headerfile) : $(<) ; - Includes $(cppfile) : $(headerfile) ; + Bison $(cppfile) : $(<) ; +#Includes $(cppfile) : $(headerfile) ; return $(object) ; }