summaryrefslogtreecommitdiff
path: root/lib/csu/c++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/c++/Makefile')
-rw-r--r--lib/csu/c++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/c++/Makefile b/lib/csu/c++/Makefile
index 8578af4a618..4d87823269b 100644
--- a/lib/csu/c++/Makefile
+++ b/lib/csu/c++/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1996/12/08 15:22:18 downsj Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/27 20:56:00 millert Exp $
CFLAGS+= -DLIBC_SCCS
.if !defined(NOPIC)
@@ -14,7 +14,7 @@ c++rt0.o: c++rt0.c
@mv a.out ${.TARGET}
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
.include <bsd.prog.mk>