Module Name: src
Committed By: christos
Date: Wed Apr 7 16:14:35 UTC 2010
Modified Files:
src/external/bsd/flex/bin: Makefile
Log Message:
previous workaround not needed.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/flex/bin/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/flex/bin/Makefile
diff -u src/external/bsd/flex/bin/Makefile:1.7 src/external/bsd/flex/bin/Makefile:1.8
--- src/external/bsd/flex/bin/Makefile:1.7 Wed Apr 7 04:56:49 2010
+++ src/external/bsd/flex/bin/Makefile Wed Apr 7 12:14:35 2010
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.4 (Berkeley) 6/24/90
-# $NetBSD: Makefile,v 1.7 2010/04/07 08:56:49 tron Exp $
+# $NetBSD: Makefile,v 1.8 2010/04/07 16:14:35 christos Exp $
#
# By default, flex will be configured to generate 8-bit scanners only if the
# -8 flag is given. If you want it to always generate 8-bit scanners, add
@@ -46,8 +46,6 @@
DPADD+=${LIBM}
.endif
-COPTS.scan.c+= -Wno-unused-label
-
MAN = flex.1
LINKS= ${BINDIR}/lex ${BINDIR}/flex \