From 0ce0d686bb29e9ff65a65b17caecf8e5cc3765e9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 2 Oct 1996 20:56:44 +0000 Subject: use different clean; old one deleted tree pieces --- gnu/usr.bin/binutils/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/usr.bin') 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... -- cgit v1.2.3