From: Matthias Braun Date: Sat, 11 Feb 2006 11:31:11 +0000 (+0000) Subject: odd line there X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a589f0f3758a26769455efa352ed2e2aa70a5e54;p=supertux.git odd line there SVN-Revision: 3054 --- diff --git a/mk/jam/bisonflex.jam b/mk/jam/bisonflex.jam index 22dafde56..8b25b9a97 100644 --- a/mk/jam/bisonflex.jam +++ b/mk/jam/bisonflex.jam @@ -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