From: Matthias Braun Date: Sat, 11 Feb 2006 11:32:04 +0000 (+0000) Subject: odd line there X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=1d43c87ddc5709b6ac7368fc67b16c9922db6276;p=supertux.git odd line there SVN-Revision: 3055 --- diff --git a/mk/jam/bisonflex.jam b/mk/jam/bisonflex.jam index 8b25b9a97..28092610a 100644 --- a/mk/jam/bisonflex.jam +++ b/mk/jam/bisonflex.jam @@ -75,7 +75,7 @@ if $(BISON) # here Includes $(headerfile:G=) : $(headerfile) ; - Bison $(cppfile) $(headerfile:G=) : $(<) ; + Bison $(cppfile) $(headerfile) : $(<) ; #Includes $(cppfile) : $(headerfile:G=) ; return $(object) ;