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! :-)
This commit is contained in:
Jordan K. Hubbard 1994-09-15 12:42:45 +00:00
parent b25b5fa574
commit 69a282d8fb

View File

@ -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