diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-04-25 05:13:41 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-04-25 05:13:41 +0000 |
| commit | def5569d1c07b58df7876922a97a29a0b2dcfb2e (patch) | |
| tree | dfca9f3d5cde40c6653f969730faddeb2170fbb0 /gnu/lib | |
| parent | fe6a529dc1a49bf4e9f79ec861f9333b82f6773e (diff) | |
`all' target should not depend on man pages; bsd.prog.mk takes care of that.
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libg++/genclass/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gnu/lib/libg++/genclass/Makefile b/gnu/lib/libg++/genclass/Makefile index a7a4975025c..9a380b1a644 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} \ |
