From d0b5988d998b84fa3cefc117214f7b7e5d7d950d Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 17 Sep 2004 11:38:49 +0000 Subject: * parse.y: add prototypes for Microsoft compiler. * ext/ripper/depend (parse.obj): lex.c exists at hdrdir. * {bcc32,win32,wince}/Makefile.sub (YACC, YFLAGS, parse.c): use bison. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bcc32/Makefile.sub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index b0739aa91..700b23fc8 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -49,7 +49,8 @@ CPP = cpp32 RC = brcc32 !endif !ifndef YACC -YACC = byacc +YACC = bison +YFLAGS = -o y.tab.c !endif !ifndef AR AR = tlib -- cgit