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/timedef/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/timedef') diff --git a/share/timedef/Makefile b/share/timedef/Makefile index 3c2e5c3..767691f 100644 --- a/share/timedef/Makefile +++ b/share/timedef/Makefile @@ -64,7 +64,7 @@ all: ${LOCALES:S/$/.out/g} afterinstall: for l in ${LOCALES}; do \ - ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \ + ${INSTALL} -m 644 -o ${BINOWN} -g ${BINGRP} $$l.out \ ${LOCALEDIR}/$$l/LC_TIME; \ done for l in ${LATIN15LINKS}; do \ -- cgit v1.1