[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.10 and 1.11

version 1.10, 2010/10/17 22:54:37 version 1.11, 2013/06/18 17:38:46
Line 4 
Line 4 
 # -8 flag is given.  If you want it to always generate 8-bit scanners, add  # -8 flag is given.  If you want it to always generate 8-bit scanners, add
 # "-DDEFAULT_CSIZE=256" to CFLAGS.  Note that doing so will double the size  # "-DDEFAULT_CSIZE=256" to CFLAGS.  Note that doing so will double the size
 # of all uncompressed scanners.  # of all uncompressed scanners.
 #  #
 # If on your system you have trouble building flex due to 8-bit character  # If on your system you have trouble building flex due to 8-bit character
 # problems, remove the -8 from FLEX_FLAGS and the "#define FLEX_8_BIT_CHARS"  # problems, remove the -8 from FLEX_FLAGS and the "#define FLEX_8_BIT_CHARS"
 # from the beginning of flexdef.h.  # from the beginning of flexdef.h.
Line 40 
Line 40 
 scan.o: parse.c  scan.o: parse.c
   
 includes:  includes:
   .if !exists(${DESTDIR}/usr/include/g++)
           ${INSTALL} -d -o root -g bin -m 755 \
                   ${DESTDIR}/usr/include/g++
   .endif
         ${INSTALL} ${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.10  
changed lines
  Added in v.1.11