mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
A "=" should have been "+=".
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
parent
061bab1a78
commit
db70bcf5b0
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue