diff options
author | ru <ru@FreeBSD.org> | 2001-04-25 15:10:36 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-04-25 15:10:36 +0000 |
commit | 1680a102dc7289c7d8b36c1991b587b26dcabc2b (patch) | |
tree | d2d40d6ef10da42fc4949638970d8e13666719de /gnu | |
parent | f6842a25aa0d323d021ef68617bdf41ddb2e0941 (diff) | |
download | FreeBSD-src-1680a102dc7289c7d8b36c1991b587b26dcabc2b.zip FreeBSD-src-1680a102dc7289c7d8b36c1991b587b26dcabc2b.tar.gz |
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 :-).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/groff/tmac/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/groff/tmac/Makefile b/gnu/usr.bin/groff/tmac/Makefile index 4267cc7..c384ed3 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> |