fix
authorMatthias Braun <matze@braunis.de>
Tue, 7 Jun 2005 22:51:57 +0000 (22:51 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 7 Jun 2005 22:51:57 +0000 (22:51 +0000)
SVN-Revision: 2581

mk/jam/bisonflex.jam

index 36e199a..22dafde 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) ;
   }