Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/flex/bin We can rebuild our yacc generated file...



details:   https://anonhg.NetBSD.org/src/rev/3f16e9882490
branches:  trunk
changeset: 748646:3f16e9882490
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 17:17:33 2009 +0000

description:
We can rebuild our yacc generated files now

diffstat:

 external/bsd/flex/bin/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 9037a6830ac8 -r 3f16e9882490 external/bsd/flex/bin/Makefile
--- a/external/bsd/flex/bin/Makefile    Thu Oct 29 17:17:12 2009 +0000
+++ b/external/bsd/flex/bin/Makefile    Thu Oct 29 17:17:33 2009 +0000
@@ -1,5 +1,5 @@
 #      from: @(#)Makefile      5.4 (Berkeley) 6/24/90
-#      $NetBSD: Makefile,v 1.4 2009/10/29 13:03:09 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2009/10/29 17:17:33 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
@@ -37,10 +37,6 @@
 tblcmp.c \
 yylex.c
 
-# Don't frob yacc files until we have a good bison
-.y.c .y.h:
-       @true
-
 YHEADER=1
 CLEANFILES+=scan.c skel.c parse.c parse.h
 INCS   =FlexLexer.h



Home | Main Index | Thread Index | Old Index