From 48cfb668fc9f2257b8955348b6c448f331db538c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 6 Aug 1995 12:24:38 +0000 Subject: Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. --- lib/libskey/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libskey') diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile index 0630c5698b5e7..bdc39998ce01c 100644 --- a/lib/libskey/Makefile +++ b/lib/libskey/Makefile @@ -9,7 +9,7 @@ CFLAGS+=-DPERMIT_CONSOLE -I${.CURDIR} beforeinstall: -cd ${.CURDIR}; cmp -s skey.h ${DESTDIR}/usr/include/skey.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 skey.h \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 skey.h \ ${DESTDIR}/usr/include .include -- cgit v1.3