rm the files first before uudecoding, because the modes in the begin

line doesnt permit writes by the owner.. (oops!)
This commit is contained in:
Peter Wemm 1996-05-05 07:40:46 +00:00
parent d36a01efe4
commit 257d5892a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15633

View File

@ -1,4 +1,4 @@
# $Id$
# $Id: Makefile,v 1.1 1996/05/04 08:02:10 peter Exp $
FILES = 2681.sys cdk.sys
@ -23,8 +23,10 @@ clean:
.include <bsd.prog.mk>
cdk.sys: ${.CURDIR}/cdk.sys.uu
@rm -f $@
uudecode ${.CURDIR}/$@.uu
2681.sys: ${.CURDIR}/2681.sys.uu
@rm -f $@
uudecode ${.CURDIR}/$@.uu