Removed the y.tab.h file from the sources. It is automatically generated

from yacc.
Put the lex.c parser.c and y.tab.h into a CLEANFILES target in the
makefile, they are all generated and need to be removed on a clean.
This commit is contained in:
Andreas Schulz 1995-04-15 17:15:11 +00:00
parent af087363e8
commit 695176ba79
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7848

View file

@ -5,6 +5,8 @@ SRCS = forms.c parser.y lex.l menu.c fields.c
CFLAGS += -I. -I${.CURDIR} -Wall -g -DHASH_STATS
LDFLAGS += -ll
CLEANFILES+= lex.c parser.c y.tab.h
beforeinstall:
@(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \