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
b25b5fa574
commit
69a282d8fb
@ -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…
x
Reference in New Issue
Block a user