diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2021-05-19 23:15:22 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2021-05-19 23:15:22 +0000 |
commit | ad1fe0f66d4fec1a6c3f81b738eeab47ed8b69b7 (patch) | |
tree | afb0fc6b7180d5d40120618985f2bbb60fff8113 /distrib/riscv64 | |
parent | 662597bc6f4c9ad7ad87a0f144c4542e71076e43 (diff) |
Correct the library path for native build of ramdisks.
Diffstat (limited to 'distrib/riscv64')
-rw-r--r-- | distrib/riscv64/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/riscv64/ramdisk/Makefile b/distrib/riscv64/ramdisk/Makefile index cbabb2cf6c2..6af67bbc7fb 100644 --- a/distrib/riscv64/ramdisk/Makefile +++ b/distrib/riscv64/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2021/05/14 01:18:52 drahn Exp $ +# $OpenBSD: Makefile,v 1.3 2021/05/19 23:15:21 drahn Exp $ FS= miniroot${OSrev}.img FSSIZE= 67584 @@ -66,7 +66,7 @@ mr.fs: instbin makefs ${MRMAKEFSARGS} $@ $@.d instbin.mk instbin.cache instbin.c: instbin.conf - crunchgen -E -D ${.CURDIR}/../../.. -L /usr/cross/riscv64/usr/lib \ + crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib \ -c instbin.c -e instbin -m instbin.mk instbin.conf instbin: instbin.mk instbin.cache instbin.c |