diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-24 17:36:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-05-24 17:36:53 +0000 |
commit | 486e5d0208fc8567d538400ad60c638b3254d7bc (patch) | |
tree | bbdb46155f9ada9385287b8507c89191be34e368 /sys/arch | |
parent | f280417fff01f044a31b823cffea79670019c5b8 (diff) |
typo regarding __mach__
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mac68k/conf/Makefile.mac68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/conf/Makefile.mac68k b/sys/arch/mac68k/conf/Makefile.mac68k index 732c495fb95..1cfd8bc1010 100644 --- a/sys/arch/mac68k/conf/Makefile.mac68k +++ b/sys/arch/mac68k/conf/Makefile.mac68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mac68k,v 1.58 2010/05/24 14:59:16 deraadt Exp $ +# $OpenBSD: Makefile.mac68k,v 1.59 2010/05/24 17:36:52 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 -D__${_mach}__ CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \ -Wno-main -Wno-uninitialized -Wno-format \ -Wstack-larger-than-2047 -Wvariable-decl |