From 69a282d8fb111fb5151843300f1d7b9c8aac7361 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 15 Sep 1994 12:42:45 +0000 Subject: [PATCH] Change install -c to install ${COPY} as per Rod's comments. At least we've got one Makefile that uses this in the tree now! :-) --- gnu/usr.bin/texinfo/info-files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile index fca2c6bb144..85fb63a4104 100644 --- a/gnu/usr.bin/texinfo/info-files/Makefile +++ b/gnu/usr.bin/texinfo/info-files/Makefile @@ -8,7 +8,7 @@ INFOFILES+= texi.info-8 texi.info-9 texi.info-10 texi.info-11 install: mkdir -p ${INFODIR} - install -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR} + install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR} clean cleandir obj: @echo -n