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

mk/jam/bisonflex.jam

index 22dafde..8b25b9a 100644 (file)
@@ -69,7 +69,6 @@ if $(BISON)
   {
     local cppfile = [ LocateTarget $(<:S=.cpp) : $(SUBDIR) ] ;
     local headerfile = [ LocateTarget $(<:S=.hpp) : $(SUBDIR) ] ;
-    headerfile = $(headerfile:G=) ;
     local object = [ CompileObjects $(cppfile) ] ;
 
     # jams header file scannning doesn't use grist so we have to workaround this