diff options
Diffstat (limited to 'gnu/lib/libg++/genclass')
| -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} \ |
