From de7c476558c6bfba4350141185967e05dea5be33 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 13 Jul 2018 08:10:56 +0000 Subject: [PATCH] repair inconsistancies --- sys/arch/amd64/conf/Makefile.amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64 index 43e0c4b7e55..3950ac592dc 100644 --- a/sys/arch/amd64/conf/Makefile.amd64 +++ b/sys/arch/amd64/conf/Makefile.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amd64,v 1.97 2018/04/27 15:19:32 deraadt Exp $ +# $OpenBSD: Makefile.amd64,v 1.98 2018/07/13 08:10:56 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -44,7 +44,7 @@ SORTR= cat CMACHFLAGS+= -mretpoline .endif .if ${COMPILER_VERSION:Mclang} -NO_INTEGR_AS= -no-integrated-as +NO_INTEGR_AS= -no-integrated-as .endif DEBUG?= -g -- 2.20.1