Fixed #1896 by using directly pregenerated bc.c and scan.c instead of bc.y and scan.l
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b788c037f3
commit
5348460789
@ -6,7 +6,7 @@ SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
|
||||
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) h ] ;
|
||||
|
||||
BinCommand bc :
|
||||
main.c bc.y scan.l execute.c load.c storage.c util.c global.c
|
||||
main.c bc.c scan.c execute.c load.c storage.c util.c global.c
|
||||
: libbc.a
|
||||
: bc.rdef ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user