=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/lex/Makefile 2001/11/21 21:41:02 1.7 --- src/usr.bin/lex/Makefile 2002/05/08 19:39:24 1.8 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.7 2001/11/21 21:41:02 espie 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.8 2002/05/08 19:39:24 espie 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 *************** *** 39,45 **** scan.o: parse.c ! afterinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++ --- 39,45 ---- scan.o: parse.c ! includes: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++