Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/config Don't override the definition of LEX.



details:   https://anonhg.NetBSD.org/src/rev/23be66393db4
branches:  trunk
changeset: 515439:23be66393db4
user:      tv <tv%NetBSD.org@localhost>
date:      Tue Sep 25 01:40:09 2001 +0000

description:
Don't override the definition of LEX.

diffstat:

 usr.sbin/config/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 4b6c10d26bcd -r 23be66393db4 usr.sbin/config/Makefile
--- a/usr.sbin/config/Makefile  Tue Sep 25 01:38:38 2001 +0000
+++ b/usr.sbin/config/Makefile  Tue Sep 25 01:40:09 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.22 2001/08/14 10:18:45 tv Exp $
+#      $NetBSD: Makefile,v 1.23 2001/09/25 01:40:09 tv Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 4/19/94
 
 PROG=  config
@@ -9,10 +9,6 @@
 CPPFLAGS+=-I${.CURDIR} -I.
 CLEANFILES+=gram.h
 
-# This program actually requires "flex" (not just any old lex).
-# Also note that it does not use -ll
-LEX=flex
-
 MAN=   config.8
 
 # XXX should use "YHEADER", but make this work on 1.3 as well as 1.4+



Home | Main Index | Thread Index | Old Index