aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-04-25 15:10:36 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-04-25 15:10:36 +0000
commit67dd89f34477ba7bc6fccaaaa307bc8b865b5e28 (patch)
treea415eebf869a97419e96232b5f9b02c6d36b2f9e /gnu
parent9aa8f5f68a47527e932d6132db9079ec2617978c (diff)
downloadsrc-67dd89f34477ba7bc6fccaaaa307bc8b865b5e28.tar.gz
src-67dd89f34477ba7bc6fccaaaa307bc8b865b5e28.zip
Backout rev.1.30, as the root of this problem was already fixed
in bsd.obj.mk rev.1.35, and On Tue, Apr 24, 2001 at 06:29:27AM +1000, Bruce Evans wrote: > > This is bogus. It is normal for sloppy cleaning to cause problems. > `make depend' after `make depend' should not do anything. I'm still > waiting for a similar problem in kdump to be fixed properly :-).
Notes
Notes: svn path=/head/; revision=75977
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/tmac/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile
index 4267cc7b0104..c384ed3097e3 100644
--- a/gnu/usr.bin/groff/tmac/Makefile
+++ b/gnu/usr.bin/groff/tmac/Makefile
@@ -72,8 +72,4 @@ 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>