From def5569d1c07b58df7876922a97a29a0b2dcfb2e Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 25 Apr 1993 05:13:41 +0000 Subject: [PATCH] `all' target should not depend on man pages; bsd.prog.mk takes care of that. --- gnu/lib/libg++/genclass/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gnu/lib/libg++/genclass/Makefile b/gnu/lib/libg++/genclass/Makefile index a7a4975025c3..9a380b1a6441 100644 --- a/gnu/lib/libg++/genclass/Makefile +++ b/gnu/lib/libg++/genclass/Makefile @@ -4,12 +4,9 @@ BINDIR= /usr/bin MAN1= genclass.0 -all genclass: ${MAN1} +all genclass: -clean depend lint tags: - -cleandir: - rm -f ${MAN1} +clean cleandir depend lint tags: beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \