projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7c80e
)
fix miniswig building
author
Matthias Braun
<matze@braunis.de>
Tue, 7 Jun 2005 22:35:07 +0000
(22:35 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 7 Jun 2005 22:35:07 +0000
(22:35 +0000)
SVN-Revision: 2580
mk/jam/bisonflex.jam
patch
|
blob
|
history
diff --git
a/mk/jam/bisonflex.jam
b/mk/jam/bisonflex.jam
index
22dafde
..
36e199a
100644
(file)
--- a/
mk/jam/bisonflex.jam
+++ b/
mk/jam/bisonflex.jam
@@
-77,7
+77,7
@@
if $(BISON)
Includes $(headerfile:G=) : $(headerfile) ;
Bison $(cppfile) $(headerfile:G=) : $(<) ;
-
#
Includes $(cppfile) : $(headerfile:G=) ;
+
Includes $(cppfile) : $(headerfile:G=) ;
return $(object) ;
}