diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 21:25:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-19 21:25:29 +0000 |
commit | 76a62188d0db49c65b696d474c855a799fd96dce (patch) | |
tree | 75ab24d60518195ff69ad9c42ee8d1214ebc9a99 /gnu/usr.bin | |
parent | c0747b2cbefcefe8e470831688ff4b9fab5446b0 (diff) |
use realclean, but first check if the Makefile exists
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/cvs/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/Makefile.bsd-wrapper b/gnu/usr.bin/cvs/Makefile.bsd-wrapper index 4247a7296eb..69e3f8acb76 100644 --- a/gnu/usr.bin/cvs/Makefile.bsd-wrapper +++ b/gnu/usr.bin/cvs/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $Id: Makefile.bsd-wrapper,v 1.3 1995/12/19 11:00:20 deraadt Exp $ +# $Id: Makefile.bsd-wrapper,v 1.4 1995/12/19 21:25:28 deraadt Exp $ MAN= man/cvs.1 man/cvs.5 man/cvsbug.8 man/cvsinit.8 man/mkmodules.1 @@ -17,7 +17,7 @@ install: maninstall ${MAKE} prefix=${DESTDIR}/usr infodir=${DESTDIR}/usr/share/info install clean cleandir: - ${MAKE} clean + -@if [ -e Makefile ]; then ${MAKE} realclean; fi depend: # Nothing here so far... |