From f5284ed86d0500b99cc17d456bcee60b5ab265a5 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 25 Jul 1995 00:37:58 +0000 Subject: Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles. --- share/skel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/skel') diff --git a/share/skel/Makefile b/share/skel/Makefile index e3996e2..6790bb8 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -6,7 +6,7 @@ NOOBJ= noobj all clean cleandir depend lint tags: install: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/skel .include -- cgit v1.1