fix miniswig building
[supertux.git] / mk / jam / bisonflex.jam
index 22dafde..36e199a 100644 (file)
@@ -77,7 +77,7 @@ if $(BISON)
     Includes $(headerfile:G=) : $(headerfile) ;
 
     Bison $(cppfile) $(headerfile:G=) : $(<) ;
-#Includes $(cppfile) : $(headerfile:G=) ;
+    Includes $(cppfile) : $(headerfile:G=) ;
 
     return $(object) ;
   }