From 0a4e53a5c5e6ab3093397826cb4ccc2f1ef1a9aa 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@6921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/Makefile.sub | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wince/Makefile.sub') diff --git a/wince/Makefile.sub b/wince/Makefile.sub index 5f87da64fc..b5856a8c39 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -38,7 +38,8 @@ CC = cl CPP = $(CC) -E !endif !if !defined(YACC) -YACC = byacc +YACC = bison +YFLAGS = -o y.tab.c !endif AR = lib -nologo PURIFY = -- cgit v1.2.3