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. --- gnu/include/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/include') diff --git a/gnu/include/Makefile b/gnu/include/Makefile index e05dbf8013024..aa06524cf4458 100644 --- a/gnu/include/Makefile +++ b/gnu/include/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $ +# $Id: Makefile,v 1.1 1994/11/08 00:47:02 ache Exp $ # all depend lint tags: @@ -9,7 +9,7 @@ beforeinstall: @${ECHO} installing ${FILES} @-for i in ${FILES}; do \ cmp -s $$i ${DESTDIR}/usr/include/$$i || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 $$i \ ${DESTDIR}/usr/include/$$i; \ done -- cgit v1.3