How stupid of me. :>> doesn't change a modification time.

This commit is contained in:
ru 2006-08-14 13:02:01 +00:00
parent d69f9d6d01
commit 09aff4db42
2 changed files with 0 additions and 4 deletions

View File

@ -26,7 +26,5 @@ beforeinstall:
.if !exists(${DESTDIR}${TMACDIR}/mm/${locale})
${INSTALL} -o ${FILESOWN} -g ${FILESGRP} -m ${FILESMODE} \
/dev/null ${DESTDIR}${TMACDIR}/mm/${locale}
.else
@:>>${DESTDIR}${TMACDIR}/mm/${locale}
.endif
.endfor

View File

@ -80,8 +80,6 @@ beforeinstall:
.if !exists(${DESTDIR}${TMACDIR}/man.local)
${INSTALL} -o ${TMACOWN} -g ${TMACGRP} -m ${TMACMODE} \
${DIST_DIR}/man.local ${DESTDIR}${TMACDIR}
.else
@:>>${DESTDIR}${TMACDIR}/man.local
.endif
.include <bsd.prog.mk>