diff options
| author | perry <perry@NetBSD.org> | 2001-11-19 04:47:42 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 2001-11-19 04:47:42 +0000 |
| commit | 184d8eecad17c54ae50ecd16dfd47129bf746bbb (patch) | |
| tree | 9736987bbdee2645495a2c44231ad2aff69add2b /tools/Makefile.host | |
| parent | 550b1df8d65135e03ece6b9d695dfdf465ade9a9 (diff) | |
replace instances of INSTALL_FILE with HOST_INSTALL_FILE
Diffstat (limited to 'tools/Makefile.host')
| -rw-r--r-- | tools/Makefile.host | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/Makefile.host b/tools/Makefile.host index 9b815b4fa55..69a21d9fc6c 100644 --- a/tools/Makefile.host +++ b/tools/Makefile.host @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.host,v 1.10 2001/11/12 23:16:24 tv Exp $ +# $NetBSD: Makefile.host,v 1.11 2001/11/19 04:47:42 perry Exp $ .include <bsd.own.mk> @@ -46,7 +46,7 @@ realinstall: install.host install.files install.host: ${HOST_BINDIR}/${HOSTPROGNAME} ${HOST_BINDIR}/${HOSTPROGNAME}:: ${HOSTPROG} mkdir -p ${HOST_BINDIR} - ${INSTALL_FILE:N-U} -m ${BINMODE} ${.ALLSRC} ${.TARGET} + ${HOST_INSTALL_FILE} -m ${BINMODE} ${.ALLSRC} ${.TARGET} .if !defined(UPDATE) .PHONY: ${HOST_BINDIR}/${HOSTPROGNAME} @@ -57,7 +57,7 @@ install.files: install.files: ${HOST_FILESDIR}/${F} ${HOST_FILESDIR}/${F}: ${F} mkdir -p ${HOST_FILESDIR} - ${INSTALL_FILE:N-U} -m ${NONBINMODE} ${.ALLSRC} ${.TARGET} + ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${.ALLSRC} ${.TARGET} .if !defined(UPDATE) .PHONY: ${HOST_FILESDIR}/${F} |
