mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
backup yacc changes
This commit is contained in:
parent
bd6e0d9485
commit
15e85e0293
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ SRCS = debug.c bindings.c parser.y lex.l forms.c objects.c ncurses.c
|
|||
CFLAGS += -I. -I${.CURDIR} -DHASH_STATS #-g -DDEBUG -Wall -ansi -pedantic -Dlint
|
||||
LDFLAGS += -ll
|
||||
|
||||
CLEANFILES+= lex.c parser.c parser.tab.h
|
||||
CLEANFILES+= lex.c parser.c y.tab.h
|
||||
|
||||
beforeinstall:
|
||||
@(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "parser.tab.h"
|
||||
#include "y.tab.h"
|
||||
extern int lineno;
|
||||
extern int charno;
|
||||
extern int off;
|
||||
|
|
|
|||
Loading…
Reference in a new issue