From a1b8629a9b765083ee6780be822fed50910310f4 Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Fri, 28 May 2010 14:27:09 +0000 Subject: ${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately to genassym.sh ok deraadt --- sys/arch/mvme88k/conf/Makefile.mvme88k | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme88k/conf') diff --git a/sys/arch/mvme88k/conf/Makefile.mvme88k b/sys/arch/mvme88k/conf/Makefile.mvme88k index 1bd07e408da..b8292e099fd 100644 --- a/sys/arch/mvme88k/conf/Makefile.mvme88k +++ b/sys/arch/mvme88k/conf/Makefile.mvme88k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme88k,v 1.65 2010/05/25 21:15:27 deraadt Exp $ +# $OpenBSD: Makefile.mvme88k,v 1.66 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -92,7 +92,7 @@ LINKFLAGS+= -x assym.h: $S/kern/genassym.sh Makefile \ ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \ - sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PARAM} | \ + sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} | \ sort -u > assym.h.tmp && \ mv -f assym.h.tmp assym.h -- cgit v1.2.3