From c674fa6256ba26a5c31f2490eb4ae8380e771548 Mon Sep 17 00:00:00 2001 From: drahn Date: Wed, 19 May 2021 23:15:21 +0000 Subject: [PATCH] Correct the library path for native build of ramdisks. --- distrib/riscv64/ramdisk/Makefile | 4 ++-- 1 file 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 -- 2.20.1