diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-02 20:56:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-10-02 20:56:44 +0000 |
commit | 0ce0d686bb29e9ff65a65b17caecf8e5cc3765e9 (patch) | |
tree | c29e56eb821be31357e1f960ae7252632c23aeec /gnu | |
parent | f91ed4aba45c2e2759140f0eae6a161c0c19506a (diff) |
use different clean; old one deleted tree pieces
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 4 |
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... |