1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-29 00:27:11 +00:00

use crunchgen -M on macppc; fixes build with clang

ok deraadt@
This commit is contained in:
gkoehler
2020-04-02 19:30:00 +00:00
parent dcf4ae464a
commit 048a499c3e

View File

@@ -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