Index: Makefile =================================================================== RCS file: /cvsroot/avrdude/avrdude/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 11 Feb 2003 21:01:02 -0000 1.34 +++ Makefile 11 Feb 2003 23:30:39 -0000 @@ -32,7 +32,6 @@ DIRS = ${BINDIR} ${MANDIR} ${DOCDIR} ${CONFIGDIR} -YACC = byacc INSTALL = /usr/bin/install -c -o root -g wheel CFLAGS += -Wall -DCONFIG_DIR=\"${CONFIGDIR}\" ${YYDEF} @@ -101,7 +100,7 @@ .SUFFIXES: .c .y .l .y.c: - ${YACC} ${YFLAGS} $< + ${YACC} ${YFLAGS} -b y $< mv -f y.tab.c $@ .l.c: @@ -112,5 +111,5 @@ @${MAKE} config_gram.c lexer.c @${CC} ${CFLAGS} -MM ${SRCS} > .depend --include .depend +include .depend