From 95a24cf4221ac4471d6e3085a10153f4a4b8d8db Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Sat, 24 Mar 2001 18:40:22 +0000 Subject: Use "realinstall" to allow the framework to do other work if needed; path of least surprise. Ok millert@ --- lib/csu/i386/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/csu/i386/Makefile') diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile index 68c29c4ac23..0682fb99a71 100644 --- a/lib/csu/i386/Makefile +++ b/lib/csu/i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/08/20 14:11:34 niklas Exp $ +# $OpenBSD: Makefile,v 1.6 2001/03/24 18:40:20 tholo Exp $ # from: @(#)Makefile 5.5 (Berkeley) 5/21/91 CFLAGS+= -fno-omit-frame-pointer -DLIBC_SCCS -I${.CURDIR}/.. @@ -25,7 +25,7 @@ scrt0.o: ${SRCS} @${LD} -x -r ${.TARGET}.o -o ${.TARGET} @rm -f ${.TARGET}.o -install: +realinstall: ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${OBJS} \ ${DESTDIR}/usr/lib -- cgit v1.2.3