summaryrefslogtreecommitdiff
path: root/bcc32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-17 11:38:49 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-17 11:38:49 +0000
commit0a4e53a5c5e6ab3093397826cb4ccc2f1ef1a9aa (patch)
tree88fe8ada10bb10f46319be26df19a9a69eda0e77 /bcc32
parente77ddaf0d1d421da2f655832a45f237558e23115 (diff)
* 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
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub
index b0739aa91d..700b23fc81 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