mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
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:
parent
af087363e8
commit
695176ba79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7848
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user