projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0d162
)
odd line there
author
Matthias Braun
<matze@braunis.de>
Sat, 11 Feb 2006 11:31:11 +0000
(11:31 +0000)
committer
Matthias Braun
<matze@braunis.de>
Sat, 11 Feb 2006 11:31:11 +0000
(11:31 +0000)
SVN-Revision: 3054
mk/jam/bisonflex.jam
patch
|
blob
|
history
diff --git
a/mk/jam/bisonflex.jam
b/mk/jam/bisonflex.jam
index
22dafde
..
8b25b9a
100644
(file)
--- 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