summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpp
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-04-27 20:55:40 +0000
committermillert <millert@openbsd.org>1997-04-27 20:55:40 +0000
commit9c44650ee52f624747071daa92e6035bf4402715 (patch)
tree2fb71e19703d62d4a3835761ab76497d272247e1 /usr.bin/cpp
parentFurther towards reality (diff)
downloadwireguard-openbsd-9c44650ee52f624747071daa92e6035bf4402715.tar.xz
wireguard-openbsd-9c44650ee52f624747071daa92e6035bf4402715.zip
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
Diffstat (limited to 'usr.bin/cpp')
-rw-r--r--usr.bin/cpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cpp/Makefile b/usr.bin/cpp/Makefile
index 23f5369ad00..e6099c5ac82 100644
--- a/usr.bin/cpp/Makefile
+++ b/usr.bin/cpp/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.5 1996/12/08 14:32:21 downsj Exp $
+# $OpenBSD: Makefile,v 1.6 1997/04/27 20:56:42 millert Exp $
NOMAN=
beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp
.include <bsd.prog.mk>