From c5f52ce708c186b6dcf32f62d71384bfda283121 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Tue, 7 Jun 2005 22:35:07 +0000 Subject: [PATCH] fix miniswig building SVN-Revision: 2580 --- mk/jam/bisonflex.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/jam/bisonflex.jam b/mk/jam/bisonflex.jam index 22dafde56..36e199af1 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) ; } -- 2.11.0