From c46241dc26b3f06363b71f26f4518c92fcb51e57 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 26 Apr 2010 22:21:16 +0000 Subject: even cleaner mach/arch/machdir/archdir --- sys/arch/i386/conf/Makefile.i386 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/i386/conf') diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index aa900775a4d..8930d7f1026 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.57 2010/04/26 22:11:37 deraadt Exp $ +# $OpenBSD: Makefile.i386,v 1.58 2010/04/26 22:21:14 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -31,9 +31,9 @@ S!= cd ../../../..; pwd .endif _mach?= i386 -_machdir?= $S/arch/i386 _arch?= i386 -_archdir?= $S/arch/i386 +_machdir?= $S/arch/${_mach} +_archdir?= $S/arch/${_arch} INCLUDES= -nostdinc -I. -I$S -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} -D_KERNEL -D${_mach} -- cgit v1.2.3