aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lex
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-02-24 17:20:11 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-02-24 17:20:11 +0000
commitbd18fd57db1df29da1a3adf94d47924a977a29c2 (patch)
tree2ba67c89ecd847872f91d442d1c2ac0a2e03c385 /usr.bin/lex
parentb9cd412e7b33608c6e5dc4a507453b78fe42d99a (diff)
downloadsrc-bd18fd57db1df29da1a3adf94d47924a977a29c2.tar.gz
src-bd18fd57db1df29da1a3adf94d47924a977a29c2.zip
DIRDEPS_BUILD: Regenerate without local dependencies.
These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=295989
Diffstat (limited to 'usr.bin/lex')
-rw-r--r--usr.bin/lex/Makefile.depend10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/lex/Makefile.depend b/usr.bin/lex/Makefile.depend
index ae5191b3b702..ca0b2f9610f7 100644
--- a/usr.bin/lex/Makefile.depend
+++ b/usr.bin/lex/Makefile.depend
@@ -16,14 +16,4 @@ DIRDEPS = \
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
# local dependencies - needed for -jN in clean tree
-parse.o: parse.c
-parse.po: parse.c
-scan.o: parse.h
-scan.o: scan.c
-scan.po: parse.h
-scan.po: scan.c
-skel.o: skel.c
-skel.po: skel.c
-yylex.o: parse.h
-yylex.po: parse.h
.endif