aboutsummaryrefslogtreecommitdiff
path: root/gnu/include
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-05 02:59:00 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-05 02:59:00 +0000
commit78e55a1f29558e8be54566ead1e7be8ab9d45273 (patch)
tree65fd45fa55d0cd3888b40a4f41dd3383616dfd74 /gnu/include
parent885f2f31b4599f4bc7468278c783c1c30f1f86ed (diff)
Notes
Diffstat (limited to 'gnu/include')
-rw-r--r--gnu/include/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile
index aa06524cf445..536fd55483d4 100644
--- a/gnu/include/Makefile
+++ b/gnu/include/Makefile
@@ -9,7 +9,7 @@ beforeinstall:
@${ECHO} installing ${FILES}
@-for i in ${FILES}; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i || \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
${DESTDIR}/usr/include/$$i; \
done