From 6337e4dfcdf385bf9bbe19f2db973c97f483acbe Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 15 Sep 1994 12:42:45 +0000 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/usr.bin/texinfo/info-files/Makefile b/gnu/usr.bin/texinfo/info-files/Makefile index fca2c6b..85fb63a 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 -- cgit v1.1