diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-20 08:53:23 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-20 08:53:23 +0000 |
| commit | db70bcf5b04e28666d7e8bf51bb5beb48eb7111f (patch) | |
| tree | e1236562ee7b0d6c5f8914ff3903eb26e2a7b8f9 | |
| parent | 061bab1a78ee9f8714fa460b5839aa806d4550cc (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/bison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/bison/Makefile b/gnu/usr.bin/bison/Makefile index 0761dd45da07a..5e1b3c0ece27a 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} |
