summaryrefslogtreecommitdiff
path: root/lib/libform
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-04-27 20:57:09 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-04-27 20:57:09 +0000
commit56a4230d7d90fb05982c3f285faf62ad514d429a (patch)
tree784f50865a80748c56258016bcdf69d47f3e35b1 /lib/libform
parent5c1f80fa38ed55e3ed266e7cfbf19ea756f32b8d (diff)
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 'lib/libform')
-rw-r--r--lib/libform/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libform/Makefile b/lib/libform/Makefile
index 30876a65d53..1568bb10a7b 100644
--- a/lib/libform/Makefile
+++ b/lib/libform/Makefile
@@ -14,7 +14,7 @@ MAN= form.3 form_field_userptr.3 form_cursor.3 form_field_validation.3 \
includes:
@cd ${.CURDIR}; for i in ${HDRS}; do \
cmp -s $$i ${DESTDIR}/usr/include/$$i || \
- ${INSTALL} ${COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
+ ${INSTALL} ${INSTALL_COPY} -m 444 -o $(BINOWN) -g $(BINGRP) $$i \
${DESTDIR}/usr/include; done
.include <bsd.lib.mk>