From 2b7af4324639ee0ae3f301e3f9d3f46f98e73cbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 14 Jun 2004 09:20:07 +0000 Subject: [PATCH] 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 --- src/tools/jam/Jambase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/jam/Jambase b/src/tools/jam/Jambase index 42c85638fc..9e0726b377 100644 --- a/src/tools/jam/Jambase +++ b/src/tools/jam/Jambase @@ -1498,7 +1498,7 @@ rule Yacc { local _h ; - _h = $(<:BS=.h) ; + _h = [ FGristFiles $(<:BS=.h) ] ; # Some places don't have a yacc.