backup yacc changes

This commit is contained in:
Poul-Henning Kamp 1996-06-02 17:08:32 +00:00
parent bd6e0d9485
commit 15e85e0293
2 changed files with 2 additions and 2 deletions

View File

@ -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 || \

View File

@ -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;