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:
jkh 1994-09-15 12:42:45 +00:00
parent 6dc2f6a0e8
commit 58c3348b39

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