From 015a0dc2e45141f57d3f8e49d3eb2e56b56ce5b0 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 1 Jan 1997 04:22:23 +0000 Subject: Use ${COPY} instead of -c for installing non-source files. --- gnu/usr.bin/cvs/contrib/Makefile | 4 ++-- gnu/usr.bin/cvs/cvsbug/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'gnu/usr.bin/cvs') diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile index 0c3a79c2bfb9..a6a8db022381 100644 --- a/gnu/usr.bin/cvs/contrib/Makefile +++ b/gnu/usr.bin/cvs/contrib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1996/08/20 23:53:00 peter Exp $ +# $Id: Makefile,v 1.6 1996/09/05 08:43:50 peter Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -31,7 +31,7 @@ all: ${SCRIPTS} beforeinstall: .for file in ${SCRIPTS} - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${file} ${DESTDIR}${EXAMPDIR}/contrib .endfor .for file in ${FILES} diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index dea1d637c18c..0222324927f5 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1995/12/11 04:24:06 peter Exp $ +# $Id: Makefile,v 1.4 1996/08/20 23:55:14 peter Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -22,7 +22,7 @@ all: cvsbug beforeinstall: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ cvsbug ${DESTDIR}${BINDIR}/cvsbug .include -- cgit v1.3