From b76805f3c9df4e162d6e9a1c62a25140c084aeca Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 7 Mar 1997 08:05:09 +0000 Subject: ${RM} -> ${RM} -f. --- emulators/bsvc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/bsvc') diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index b1de3d8cdc5c..07ccc174bf56 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -3,7 +3,7 @@ # Date released: 03-Mar-1997 # Whom tenser # -# $Id: Makefile,v 1.1.1.1 1997/03/05 08:30:54 tg Exp $ +# $Id: Makefile,v 1.2 1997/03/06 11:39:52 asami Exp $ # DISTNAME= bsvc-2.0 @@ -44,6 +44,6 @@ pre-patch: }' < ${WRKSRC}/Makefile.ULTRIX > ${WRKSRC}/Makefile pre-clean: - ${RM} ${PATCHDIR}/patch-aa + ${RM} -f ${PATCHDIR}/patch-aa .include -- cgit v1.2.3