[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/Makefile between version 1.3 and 1.4

version 1.3, 1996/12/08 14:32:27 version 1.4, 1997/04/27 20:56:46
Line 40 
Line 40 
 scan.o: parse.c  scan.o: parse.c
   
 afterinstall:  afterinstall:
         ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \          ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
                 ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++                  ${.CURDIR}/FlexLexer.h ${DESTDIR}/usr/include/g++
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4