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:
parent
6dc2f6a0e8
commit
58c3348b39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user