[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.8 and 1.9

version 1.8, 2002/05/08 19:39:24 version 1.9, 2003/12/09 12:42:41
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.8  
changed lines
  Added in v.1.9