Removed duplicate y.tab.h from SRCS and CLEANFILES.

This commit is contained in:
Ruslan Ermilov 2004-01-20 13:13:40 +00:00
parent 24dfc36033
commit d0123622bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124751

View File

@ -7,7 +7,7 @@ SHSRCS= alias.c arith.y arith_lex.l cd.c echo.c error.c eval.c exec.c expand.c \
mystring.c options.c output.c parser.c redir.c show.c \
test.c trap.c var.c
GENSRCS= builtins.c init.c nodes.c syntax.c
GENHDRS= builtins.h nodes.h syntax.h token.h y.tab.h
GENHDRS= builtins.h nodes.h syntax.h token.h
SRCS= ${SHSRCS} ${GENSRCS} ${GENHDRS} y.tab.h
# MLINKS for Shell built in commands for which there are no userland