diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-23 13:27:35 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-23 13:27:35 +0000 |
| commit | 60f6f557426705189908c4cbdc510bed6a941c81 (patch) | |
| tree | 3c1da153d05b272c3eb169aecef210b88718ace9 /gnu | |
| parent | 74825256ef651cb1e01d0020561a801be7ecd1a5 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index c384ed3097e3e..4267cc7b0104e 100644 --- a/gnu/usr.bin/groff/tmac/Makefile +++ b/gnu/usr.bin/groff/tmac/Makefile @@ -72,4 +72,8 @@ beforeinstall: ${DIST_DIR}/man.local ${DESTDIR}${TMACDIR} .endif +# XXX - Make sure we don't use old generated files as sources. +beforedepend: + rm -f doc-common doc-ditroff doc-nroff doc-syms + .include <bsd.prog.mk> |
