From a8adf98c8204f370670e5624e9e11b497b7c97e8 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 29 Jul 2002 09:40:17 +0000 Subject: Drop support for COPY, -c has been the default mode of install(1) for a long time now. Approved by: bde --- share/monetdef/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/monetdef') diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index b9bc763..9a03fb0 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -67,7 +67,7 @@ all: ${LOCALES:S/$/.out/g} afterinstall: .for lang in ${LOCALES} - ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \ + ${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} ${lang}.out \ ${LOCALEDIR}/${lang}/LC_MONETARY .endfor .for link in ${LATIN15LINKS} -- cgit v1.1