From 4fca167e0602e20eccf55195f777621c56f17789 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 1 Jan 1997 04:22:23 +0000 Subject: Use ${COPY} instead of -c for installing non-source files. --- share/tabset/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/tabset') diff --git a/share/tabset/Makefile b/share/tabset/Makefile index 7c08094..faf7c9f 100644 --- a/share/tabset/Makefile +++ b/share/tabset/Makefile @@ -14,7 +14,7 @@ ${FILES}: depend lint tags: install: - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/tabset .include -- cgit v1.1