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/vax/conf/Makefile.vax | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/vax') diff --git a/sys/arch/vax/conf/Makefile.vax b/sys/arch/vax/conf/Makefile.vax index cfa126f7399..b4596775348 100644 --- a/sys/arch/vax/conf/Makefile.vax +++ b/sys/arch/vax/conf/Makefile.vax @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.vax,v 1.55 2010/05/26 16:35:27 deraadt Exp $ +# $OpenBSD: Makefile.vax,v 1.56 2010/05/28 14:27:08 guenther Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -91,7 +91,7 @@ LINKFLAGS+= -S 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