From 048a499c3ec61c4195f5df2d62ecbaaf9011e4fd Mon Sep 17 00:00:00 2001 From: gkoehler Date: Thu, 2 Apr 2020 19:30:00 +0000 Subject: [PATCH] use crunchgen -M on macppc; fixes build with clang ok deraadt@ --- distrib/macppc/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile index ce7c03e6ded..6f09b84f1d8 100644 --- a/distrib/macppc/ramdisk/Makefile +++ b/distrib/macppc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2019/05/03 20:03:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.47 2020/04/02 19:30:00 gkoehler Exp $ CDROM= cd${OSrev}.iso MTREE= ${UTILS}/mtree.conf @@ -55,7 +55,7 @@ mr.fs: instbin makefs ${MRMAKEFSARGS} $@ $@.d instbin.mk instbin.cache instbin.c: instbin.conf - crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib \ + crunchgen -E -M -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib \ -c instbin.c -e instbin -m instbin.mk instbin.conf instbin: instbin.mk instbin.cache instbin.c