odd line there
authorMatthias Braun <matze@braunis.de>
Sat, 11 Feb 2006 11:32:04 +0000 (11:32 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 11 Feb 2006 11:32:04 +0000 (11:32 +0000)
SVN-Revision: 3055

mk/jam/bisonflex.jam

index 8b25b9a..2809261 100644 (file)
@@ -75,7 +75,7 @@ if $(BISON)
     # here
     Includes $(headerfile:G=) : $(headerfile) ;
 
-    Bison $(cppfile) $(headerfile:G=) : $(<) ;
+    Bison $(cppfile) $(headerfile) : $(<) ;
 #Includes $(cppfile) : $(headerfile:G=) ;
 
     return $(object) ;