Use Byacc rather than Bison.

This commit is contained in:
David E. O'Brien 1999-08-02 10:02:07 +00:00
parent 3ee2311670
commit b7ade9cbfd
2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Makefile copyright James Raynard (jraynard@freebsd.org) 1997
#
# $Id: Makefile,v 1.10 1997/10/26 12:53:16 jraynard Exp $
# $Id: Makefile,v 1.11 1998/05/04 16:18:57 bde Exp $
.include "${.CURDIR}/../Makefile.inc"
@ -11,7 +11,6 @@ SRCS= array.c awktab.y builtin.c eval.c field.c gawkmisc.c io.c main.c \
msg.c node.c re.c version.c dfa.c getopt.c getopt1.c
MAN1= doc/awk.1
YACC = bison -y
YFLAGS=
# Important for ctype macros!

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.13 1998/05/01 19:13:41 ache Exp $
# $Id: Makefile,v 1.14 1998/05/04 16:22:30 bde Exp $
.PATH: ${.CURDIR}/../../../contrib/bc/bc \
${.CURDIR}/../../../contrib/bc/lib \
@ -7,7 +7,6 @@
PROG= bc
SRCS= bc.y execute.c global.c load.c main.c scan.l storage.c util.c \
number.c getopt.c getopt1.c
YACC= bison -y
CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../../contrib/bc/h -DHAVE_CONFIG_H
DPADD= ${LIBREADLINE} ${LIBTERMCAP}
LDADD= -lreadline -ltermcap