summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
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 /gnu/usr.bin
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 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/genclass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/genclass/Makefile b/gnu/usr.bin/genclass/Makefile
index 808b012..dd6a6ab 100644
--- a/gnu/usr.bin/genclass/Makefile
+++ b/gnu/usr.bin/genclass/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.1 1996/10/03 23:00:09 peter Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
@@ -46,7 +46,7 @@ beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 \
${GEN:S;^;${GPPDIR}/libg++/src/gen/;} \
${DESTDIR}${PROTODIR}
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} genclass \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} genclass \
${DESTDIR}${BINDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud