summaryrefslogtreecommitdiff
path: root/gnu/lib/libg++
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/lib/libg++
parentd63abe4172ac583e5d2cf2086fe66a44c747b126 (diff)
Notes
Diffstat (limited to 'gnu/lib/libg++')
-rw-r--r--gnu/lib/libg++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index d27ac4fb7667..1bb3e5f51da6 100644
--- a/gnu/lib/libg++/Makefile
+++ b/gnu/lib/libg++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.9 1995/05/08 16:10:34 ache Exp $
+# $Id: Makefile,v 1.10 1995/07/05 15:04:47 dfr Exp $
#
SRCS= bitand.c bitany.c bitblt.c bitclear.c bitcopy.c bitcount.c \
bitinvert.c bitlcomp.c bitset1.c bitxor.c cleanup.c except.c \
@@ -37,7 +37,7 @@ beforeinstall:
cd ${.CURDIR}/include; \
for i in *.h; do \
cmp -s $$i ${DESTDIR}/usr/include/g++/$$i || \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \
${DESTDIR}/usr/include/g++/$$i; \
done