[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / tmac

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/share/tmac/Makefile between version 1.30 and 1.31

version 1.30, 2004/03/29 17:08:25 version 1.31, 2008/10/25 22:27:36
Line 19  realall: ${MMACS}
Line 19  realall: ${MMACS}
 .for i in ${MSRCS}  .for i in ${MSRCS}
 $i.tmac: $i  $i.tmac: $i
         ${_MKTARGET_CREATE}          ${_MKTARGET_CREATE}
         sed -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}          ${TOOL_SED} -f ${STRIP_SED} < ${.ALLSRC} > ${.TARGET}
 .endfor  .endfor
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb <webmaster@jp.NetBSD.org>