summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-02 20:56:44 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-10-02 20:56:44 +0000
commit0ce0d686bb29e9ff65a65b17caecf8e5cc3765e9 (patch)
treec29e56eb821be31357e1f960ae7252632c23aeec /gnu
parentf91ed4aba45c2e2759140f0eae6a161c0c19506a (diff)
use different clean; old one deleted tree pieces
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index e0455fea9ae..cfde4da2641 100644
--- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $Id: Makefile.bsd-wrapper,v 1.4 1996/09/06 19:20:17 pefo Exp $
+# $Id: Makefile.bsd-wrapper,v 1.5 1996/10/02 20:56:43 deraadt Exp $
MAN= binutils/ar.1 binutils/nlmconv.1 binutils/nm.1 binutils/objcopy.1 \
binutils/objdump.1 binutils/ranlib.1 binutils/size.1 \
@@ -31,7 +31,7 @@ install: maninstall
.endif
clean cleandir:
- -@if [ -e Makefile ]; then ${MAKE} realclean; fi
+ -@if [ -e Makefile ]; then ${MAKE} distclean; fi
depend:
# Nothing here so far...