From 56a4230d7d90fb05982c3f285faf62ad514d429a Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sun, 27 Apr 1997 20:57:09 +0000 Subject: 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. --- lib/libmenu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libmenu/Makefile') diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile index 052e2e64045..dc9882854bb 100644 --- a/lib/libmenu/Makefile +++ b/lib/libmenu/Makefile @@ -12,7 +12,7 @@ MAN= menu.3 menu_driver.3 menu_items.3 menu_opts.3 menu_userptr.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 -- cgit v1.2.3