diff options
author | jlam <jlam@pkgsrc.org> | 2005-04-27 17:46:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-04-27 17:46:26 +0000 |
commit | f909ffbadd12d2f58e1d023577974dca596ee935 (patch) | |
tree | a6708bb512b0a6462a0ad0b297e0507112017642 /mk | |
parent | 6f10b02051abd8a27580c6577c9715704481f34d (diff) | |
download | pkgsrc-f909ffbadd12d2f58e1d023577974dca596ee935.tar.gz |
Linux doesn't seem have lex as part of the base system, so don't bother
with the check.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/tools/tools.Linux.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mk/tools/tools.Linux.mk b/mk/tools/tools.Linux.mk index 89b8b8194ca..b70da488625 100644 --- a/mk/tools/tools.Linux.mk +++ b/mk/tools/tools.Linux.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.Linux.mk,v 1.4 2005/04/27 16:52:28 jlam Exp $ +# $NetBSD: tools.Linux.mk,v 1.5 2005/04/27 17:46:26 jlam Exp $ # # System-supplied tools for the Linux operating system. @@ -82,9 +82,6 @@ TOOLS_PLATFORM.id?= /bin/id .elif exists(/usr/bin/id) TOOLS_PLATFORM.id?= /usr/bin/id .endif -.if exists(/usr/bin/lex) -TOOLS_PLATFORM.lex?= /usr/bin/lex -.endif TOOLS_PLATFORM.ln?= /bin/ln TOOLS_PLATFORM.ls?= /bin/ls TOOLS_PLATFORM.m4?= ${TOOLS_PLATFORM.gm4} |