summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-08-14 13:02:01 +0000
committerru <ru@FreeBSD.org>2006-08-14 13:02:01 +0000
commit09aff4db4238a70852dd1e443af89c1a7b42e138 (patch)
tree6f6c3509807f1fca4dbbad5c51fe3837af8bd850 /gnu
parentd69f9d6d010a305a78c1ddcd21066f77e9b55db7 (diff)
downloadFreeBSD-src-09aff4db4238a70852dd1e443af89c1a7b42e138.zip
FreeBSD-src-09aff4db4238a70852dd1e443af89c1a7b42e138.tar.gz
How stupid of me. :>> doesn't change a modification time.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/contrib/mm/Makefile2
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/contrib/mm/Makefile b/gnu/usr.bin/groff/contrib/mm/Makefile
index b7d78f7..763386b 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 db77dc5..e7b96a5 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud