=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/lex/Makefile 1996/12/08 14:32:27 1.3 --- src/usr.bin/lex/Makefile 1997/04/27 20:56:46 1.4 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.3 1996/12/08 14:32:27 downsj 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.4 1997/04/27 20:56:46 millert 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 *************** *** 40,46 **** scan.o: parse.c afterinstall: ! ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++ .include --- 40,46 ---- scan.o: parse.c afterinstall: ! ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \ ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++ .include