summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-20 13:13:40 +0000
committerru <ru@FreeBSD.org>2004-01-20 13:13:40 +0000
commit65c0fbc1846d72aeaabdb9c5a228036768e7b02e (patch)
tree818a88139d4c8d925835cbb08fffc61b0c240e2f /bin
parent36f19f59f5b6f7a71a2ff9e96fb250aaf1186a27 (diff)
downloadFreeBSD-src-65c0fbc1846d72aeaabdb9c5a228036768e7b02e.zip
FreeBSD-src-65c0fbc1846d72aeaabdb9c5a228036768e7b02e.tar.gz
Removed duplicate y.tab.h from SRCS and CLEANFILES.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index b707917..bce1e6a 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -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
OpenPOWER on IntegriCloud