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/libforms/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libforms') diff --git a/lib/libforms/Makefile b/lib/libforms/Makefile index 55e06c1e2bf5..36b0c4f88f83 100644 --- a/lib/libforms/Makefile +++ b/lib/libforms/Makefile @@ -11,7 +11,7 @@ CLEANFILES+= lex.c parser.c y.tab.h beforeinstall: @(cd ${.CURDIR}; cmp -s forms.h ${DESTDIR}/usr/include/forms.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 forms.h \ ${DESTDIR}/usr/include/forms.h;) .include -- cgit v1.3