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

This commit is contained in:
Ruslan Ermilov 2006-08-14 13:02:01 +00:00
parent ae862803e0
commit 1e49a13618
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=161282
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>