Fix to be able to build apps/bin/flex/parse.y when there is another parse.y in the tree.
Ingo, please change this if there is a better solution, thanks. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7952 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1498,7 +1498,7 @@ rule Yacc
|
|||||||
{
|
{
|
||||||
local _h ;
|
local _h ;
|
||||||
|
|
||||||
_h = $(<:BS=.h) ;
|
_h = [ FGristFiles $(<:BS=.h) ] ;
|
||||||
|
|
||||||
# Some places don't have a yacc.
|
# Some places don't have a yacc.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user