From b7ade9cbfd6ce33e964a74a9b623e13fd4030f6b Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 2 Aug 1999 10:02:07 +0000 Subject: Use Byacc rather than Bison. --- gnu/usr.bin/awk/Makefile | 3 +-- gnu/usr.bin/bc/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index bd3e4a1118e4..4b6498df434b 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -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! diff --git a/gnu/usr.bin/bc/Makefile b/gnu/usr.bin/bc/Makefile index ca06c990d732..75f2b99f3d66 100644 --- a/gnu/usr.bin/bc/Makefile +++ b/gnu/usr.bin/bc/Makefile @@ -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 -- cgit v1.3