[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.9 and 1.10

version 1.9, 2003/12/09 12:42:41 version 1.10, 2010/10/17 22:54:37
Line 26 
Line 26 
         ${BINDIR}/lex ${BINDIR}/flex++          ${BINDIR}/lex ${BINDIR}/flex++
 MLINKS= flex.1 lex.1 flex.1 flex++.1  MLINKS= flex.1 lex.1 flex.1 flex++.1
   
 # This just gets installed verbatim  
 .if make(install)  
 SUBDIR+= PSD.doc  
 .endif  
   
 parse.h parse.c: parse.y  parse.h parse.c: parse.y
         ${YACC} -d ${.ALLSRC}          ${YACC} -d ${.ALLSRC}
         mv y.tab.c parse.c          mv y.tab.c parse.c

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10