replace 'install' with ${INSTALL}

This commit is contained in:
Wolfram Schneider 1996-02-06 23:36:16 +00:00
parent fc29ad10fd
commit cb67c1dd54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13948
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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