From cb67c1dd54ec36fc12fa8f73fe8027d2a42259de Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 6 Feb 1996 23:36:16 +0000 Subject: [PATCH] replace 'install' with ${INSTALL} --- usr.bin/xlint/llib/Makefile | 2 +- usr.bin/xlint/xlint/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/xlint/llib/Makefile b/usr.bin/xlint/llib/Makefile index 2e24c3102d4..8c2f4d87d8b 100644 --- a/usr.bin/xlint/llib/Makefile +++ b/usr.bin/xlint/llib/Makefile @@ -5,7 +5,7 @@ LIBS= llib-lposix.ln llib-lstdc.ln all: ${LIBS} install: - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NONBINMODE} \ ${LIBS} ${DESTDIR}${LINTLIBDIR} clean cleanall: diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile index c172fc411f2..35fea3f0c5e 100644 --- a/usr.bin/xlint/xlint/Makefile +++ b/usr.bin/xlint/xlint/Makefile @@ -9,7 +9,7 @@ MAN1= lint.1 CFLAGS+=-I${.CURDIR}/../lint1 realinstall: - install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PROG} ${DESTDIR}${BINDIR}/lint