From 09aff4db4238a70852dd1e443af89c1a7b42e138 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 14 Aug 2006 13:02:01 +0000 Subject: [PATCH] How stupid of me. :>> doesn't change a modification time. --- gnu/usr.bin/groff/contrib/mm/Makefile | 2 -- gnu/usr.bin/groff/tmac/Makefile | 2 -- 2 files changed, 4 deletions(-) diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile b/gnu/usr.bin/groff/contrib/mm/Makefile index b7d78f7a1ea9..763386ba780e 100644 --- a/gnu/usr.bin/groff/contrib/mm/Makefile +++ b/gnu/usr.bin/groff/contrib/mm/Makefile @@ -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 diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index db77dc550c2a..e7b96a5e3d01 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -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