diff options
Diffstat (limited to 'sys/arch/mvmeppc/conf/Makefile.mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/conf/Makefile.mvmeppc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index 6078ace0cc8..1549ea74020 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.34 2010/04/26 22:11:38 deraadt Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.35 2010/04/26 22:21:15 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -34,9 +34,9 @@ S!= cd ../../../..; pwd .endif _mach?= mvmeppc -_machdir?= $S/arch/mvmeppc _arch?= powerpc -_archdir?= $S/arch/powerpc +_machdir?= $S/arch/${_mach} +_archdir?= $S/arch/${_arch} INCLUDES= -I. -I$S -I$S/arch -nostdinc CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL \ |