summaryrefslogtreecommitdiff
path: root/wince/Makefile.sub
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 /wince/Makefile.sub
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 'wince/Makefile.sub')
-rw-r--r--wince/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
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 =