diff options
| author | Warner Losh <imp@FreeBSD.org> | 2020-10-08 17:30:05 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2020-10-08 17:30:05 +0000 |
| commit | 7eb9f7558cfc528dd67db3bc8f82314870615903 (patch) | |
| tree | c66559b302fe90195b6afd8c1e282dd188d7593f /Makefile.libcompat | |
| parent | 9ef917591248e35efea846d0d743b74503387099 (diff) | |
Notes
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index 08630e9909b2a..3f23a33aa19bc 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -10,7 +10,7 @@ __<${_this:T}>__: # Yes, the flags are redundant. LIBCOMPATWMAKEENV+= \ - INSTALL="sh ${.CURDIR}/tools/install.sh" \ + INSTALL="${INSTALL_CMD} -U" \ PATH=${TMPPATH} \ SYSROOT=${LIBCOMPATTMP} \ LIBDIR=/usr/lib${libcompat} \ |
