summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-15 12:42:45 +0000
committerjkh <jkh@FreeBSD.org>1994-09-15 12:42:45 +0000
commit6337e4dfcdf385bf9bbe19f2db973c97f483acbe (patch)
tree8f084b9132732bada86747a4a4a336cefea184d8 /gnu
parent6b305c3da518d4d12be1c74c96865cdaf3f75347 (diff)
downloadFreeBSD-src-6337e4dfcdf385bf9bbe19f2db973c97f483acbe.zip
FreeBSD-src-6337e4dfcdf385bf9bbe19f2db973c97f483acbe.tar.gz
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! :-)
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/texinfo/info-files/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud