summaryrefslogtreecommitdiff
path: root/lib/csu/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/mips/Makefile')
-rw-r--r--lib/csu/mips/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/mips/Makefile b/lib/csu/mips/Makefile
index 095e3a84a42..58e05c5546e 100644
--- a/lib/csu/mips/Makefile
+++ b/lib/csu/mips/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 8.1 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.7 1996/12/08 15:22:21 downsj Exp $
+# $Id: Makefile,v 1.8 1997/04/27 20:56:02 millert Exp $
CFLAGS+= -DLIBC_SCCS -I${.CURDIR}
OBJS= crt0.o gcrt0.o scrt0.o crtn.o
@@ -28,7 +28,7 @@ scrt0.o: ${SRCS} ${DEPS}
@rm -f ${.TARGET}.o
install:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \
${DESTDIR}/usr/lib
depend lint tags: