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

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

Diff for /src/share/me/Makefile between version 1.24 and 1.25

version 1.24, 2004/03/20 11:35:15 version 1.25, 2004/03/20 20:41:33
Line 27  ${DESTDIR}${MELIB}/${M}: ${M}
Line 27  ${DESTDIR}${MELIB}/${M}: ${M}
         sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${M}.tmp          sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${M}.tmp
         ${INSTALL_FILE:N-c} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \          ${INSTALL_FILE:N-c} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \
                 ${M}.tmp ${.TARGET}                  ${M}.tmp ${.TARGET}
         @rm -f ${.TARGET} ${M}.tmp          @rm -f ${M}.tmp
 .endfor  .endfor
   
 #.for M in ${TMSRCS}  #.for M in ${TMSRCS}

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

CVSweb <webmaster@jp.NetBSD.org>