From b3ff2c5030ffc29a41158c41a92b6aeb56a37c83 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 23 May 2010 15:30:55 +0000 Subject: alpha does not need to -Dalpha --- sys/arch/alpha/conf/Makefile.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/conf') diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index 6fe9a751630..7a3c7c408d2 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.61 2010/04/28 15:47:41 deraadt Exp $ +# $OpenBSD: Makefile.alpha,v 1.62 2010/05/23 15:30:54 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -25,7 +25,7 @@ _machdir?= $S/arch/${_mach} _archdir?= $S/arch/${_arch} INCLUDES= -nostdinc -I. -I$S -I$S/arch -CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D${_mach} +CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL CDIAGFLAGS?= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-uninitialized -Wno-format -Wno-main \ -Wstack-larger-than-2047 -Wvariable-decl -- cgit v1.2.3