summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/conf/Makefile.hp300
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-23 11:52:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-23 11:52:38 +0000
commitf08858fde116b0751e7900a818b1e0df04af2a80 (patch)
treeb50dfb9f4506b32870dcd9f8f688659afcc5c1fe /sys/arch/hp300/conf/Makefile.hp300
parent764ac08b5b4f4c5547af95d98b8f40627150dc0d (diff)
move hp300 to -D__hp300__; ok miod
Diffstat (limited to 'sys/arch/hp300/conf/Makefile.hp300')
-rw-r--r--sys/arch/hp300/conf/Makefile.hp3004
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300
index 01a90bf14be..adf389b1c58 100644
--- a/sys/arch/hp300/conf/Makefile.hp300
+++ b/sys/arch/hp300/conf/Makefile.hp300
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hp300,v 1.59 2010/04/28 15:31:33 deraadt Exp $
+# $OpenBSD: Makefile.hp300,v 1.60 2010/05/23 11:52:37 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} -Dmc68020
+CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -Dmc68020
CWARNFLAGS= -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes \
-Wno-uninitialized -Wno-format -Wno-main \
-Wstack-larger-than-2047 -Wvariable-decl