=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/lex/Makefile 2015/11/19 19:45:28 1.13 --- src/usr.bin/lex/Makefile 2015/11/19 23:46:55 1.14 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.13 2015/11/19 19:45:28 tedu 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 --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.14 2015/11/19 23:46:55 tedu 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 *************** *** 30,36 **** VERSION="2.5.39" # Our yacc is too old to compile parse.y; use bootstrapped parse.c instead ! parse.h parse.c: parse.y cp ${.CURDIR}/initparse.c parse.c cp ${.CURDIR}/initparse.h parse.h --- 30,36 ---- VERSION="2.5.39" # Our yacc is too old to compile parse.y; use bootstrapped parse.c instead ! parse.h parse.c: parse.y initparse.c initparse.h cp ${.CURDIR}/initparse.c parse.c cp ${.CURDIR}/initparse.h parse.h