From db70bcf5b04e28666d7e8bf51bb5beb48eb7111f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 20 Aug 1999 08:53:23 +0000 Subject: [PATCH] A "=" should have been "+=". Submitted by: Mikhail Teterin --- gnu/usr.bin/bison/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/bison/Makefile b/gnu/usr.bin/bison/Makefile index 0761dd45da0..5e1b3c0ece2 100644 --- a/gnu/usr.bin/bison/Makefile +++ b/gnu/usr.bin/bison/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1999/08/14 22:30:33 obrien Exp $ +# $Id: Makefile,v 1.5 1999/08/15 22:36:41 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/bison @@ -9,7 +9,7 @@ MAN1= bison.1 DATADIR= ${SHAREDIR}/misc -CFLAGS= -DHAVE_CONFIG_H +CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -DXPFILE=\"${DATADIR}/bison.simple\" CFLAGS+= -DXPFILE1=\"${DATADIR}/bison.hairy\" CFLAGS+= -I${.CURDIR}