diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-15 22:36:41 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-15 22:36:41 +0000 |
| commit | b14868f6b3fb006adbd6e5f8d6804b28e83ed52d (patch) | |
| tree | 0df7bfccdd62853a5b2b19e450eca0751df163ea /gnu/usr.bin/bison | |
| parent | adba8d12f5f56d9bba5b5bce68910ba12aa72b33 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/bison')
| -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 de1cef325fd3..0761dd45da07 100644 --- a/gnu/usr.bin/bison/Makefile +++ b/gnu/usr.bin/bison/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1997/02/22 15:44:42 peter Exp $ +# $Id: Makefile,v 1.4 1999/08/14 22:30:33 obrien Exp $ .PATH: ${.CURDIR}/../../../contrib/bison @@ -12,7 +12,7 @@ DATADIR= ${SHAREDIR}/misc CFLAGS= -DHAVE_CONFIG_H CFLAGS+= -DXPFILE=\"${DATADIR}/bison.simple\" CFLAGS+= -DXPFILE1=\"${DATADIR}/bison.hairy\" -CFLAGS+= -I${.CURDIR} -I${.OBJDIR} +CFLAGS+= -I${.CURDIR} SRCS+= LR0.c allocate.c closure.c conflicts.c derives.c files.c \ getargs.c gram.c lalr.c lex.c main.c nullable.c output.c \ |
