summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-01 04:52:55 +0000
committerbde <bde@FreeBSD.org>1997-01-01 04:52:55 +0000
commited911d0bba07fa95b7a64988e035425d0a07e7d9 (patch)
tree4c868e3a534b450d77449ffbe98bf6371df4d36c /lib/csu/i386/Makefile
parent3bb329572750ee99856d41fccb4e6e31378796bb (diff)
downloadFreeBSD-src-ed911d0bba07fa95b7a64988e035425d0a07e7d9.zip
FreeBSD-src-ed911d0bba07fa95b7a64988e035425d0a07e7d9.tar.gz
Use ${COPY} instead of -C for installing non-source files. crt*.o
should be installed using the same flag as libraries, but ${COPY} is currently used for libraries.
Diffstat (limited to 'lib/csu/i386/Makefile')
-rw-r--r--lib/csu/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/i386/Makefile b/lib/csu/i386/Makefile
index edb43f5..a761ab6 100644
--- a/lib/csu/i386/Makefile
+++ b/lib/csu/i386/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.6 (Berkeley) 5/22/91
-# $Id: Makefile,v 1.24 1996/05/07 23:16:08 wosch Exp $
+# $Id: Makefile,v 1.25 1996/08/30 01:41:52 peter Exp $
CFLAGS+= -DLIBC_SCCS -fno-omit-frame-pointer
OBJS= crt0.o c++rt0.o gcrt0.o scrt0.o sgcrt0.o
@@ -48,7 +48,7 @@ beforeinstall:
realinstall:
.for i in ${OBJS}
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 $i \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 $i \
${DESTDIR}/usr/lib
.endfor
OpenPOWER on IntegriCloud