aboutsummaryrefslogtreecommitdiff
path: root/gnu/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
committerBruce Evans <bde@FreeBSD.org>1995-08-06 12:24:38 +0000
commit48cfb668fc9f2257b8955348b6c448f331db538c (patch)
tree654fdd1b68d3f3b66fa5852885ab296a298270bf /gnu/include
parentd63abe4172ac583e5d2cf2086fe66a44c747b126 (diff)
Notes
Diffstat (limited to 'gnu/include')
-rw-r--r--gnu/include/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/include/Makefile b/gnu/include/Makefile
index e05dbf8013024..aa06524cf4458 100644
--- a/gnu/include/Makefile
+++ b/gnu/include/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $
+# $Id: Makefile,v 1.1 1994/11/08 00:47:02 ache Exp $
#
all depend lint tags:
@@ -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