summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:37:41 +0000
commit1d5c50aac763e0bb5ae69fe9d75df1eacc291162 (patch)
tree0d864d80c6cc116ac4cc3bf3bf6595d73f701243 /lib/csu/i386/Makefile
parent6579f34131bcc90bb095184a1ab0c491ba0b59b5 (diff)
downloadFreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.zip
FreeBSD-src-1d5c50aac763e0bb5ae69fe9d75df1eacc291162.tar.gz
Install source files with the -c flag, not with the optional flag ${COPY}.
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 2a2f7dc..a816e6a 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.16 1995/06/30 15:30:35 wollman Exp $
+# $Id: Makefile,v 1.17 1995/08/06 12:23:18 bde Exp $
CFLAGS+= -DLIBC_SCCS -DDYNAMIC
OBJS= crt0.o gcrt0.o c++rt0.o
@@ -32,7 +32,7 @@ gcrt0.o: crt0.o
beforeinstall:
cmp -s ${.CURDIR}/dlfcn.h ${DESTDIR}/usr/include/dlfcn.h || \
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/dlfcn.h ${DESTDIR}/usr/include
realinstall:
OpenPOWER on IntegriCloud