Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/me/Makefile,v rcsdiff: /ftp/cvs/cvsroot/src/share/me/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.24 retrieving revision 1.25 diff -u -p -r1.24 -r1.25 --- src/share/me/Makefile 2004/03/20 11:35:15 1.24 +++ src/share/me/Makefile 2004/03/20 20:41:33 1.25 @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/27/94 -# $NetBSD: Makefile,v 1.24 2004/03/20 11:35:15 dsl Exp $ +# $NetBSD: Makefile,v 1.25 2004/03/20 20:41:33 dsl Exp $ MELIB= ${BINDIR}/me #TMLIB= ${BINDIR}/tmac @@ -27,7 +27,7 @@ ${DESTDIR}${MELIB}/${M}: ${M} sed -f ${.CURDIR}/strip.sed < ${.ALLSRC} > ${M}.tmp ${INSTALL_FILE:N-c} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ ${M}.tmp ${.TARGET} - @rm -f ${.TARGET} ${M}.tmp + @rm -f ${M}.tmp .endfor #.for M in ${TMSRCS}