From: Matthias Braun Date: Tue, 7 Jun 2005 22:51:57 +0000 (+0000) Subject: fix X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=e409aaf88c618c2fc47ff8f9bbe523b8f271c795;p=supertux.git fix SVN-Revision: 2581 --- diff --git a/mk/jam/bisonflex.jam b/mk/jam/bisonflex.jam index 36e199af1..22dafde56 100644 --- a/mk/jam/bisonflex.jam +++ b/mk/jam/bisonflex.jam @@ -77,7 +77,7 @@ if $(BISON) Includes $(headerfile:G=) : $(headerfile) ; Bison $(cppfile) $(headerfile:G=) : $(<) ; - Includes $(cppfile) : $(headerfile:G=) ; +#Includes $(cppfile) : $(headerfile:G=) ; return $(object) ; }