summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
Diffstat (limited to 'wince')
-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 =