summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2010-05-28 14:27:09 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2010-05-28 14:27:09 +0000
commita1b8629a9b765083ee6780be822fed50910310f4 (patch)
tree0ace41c79deec3e3bc1dfa9aad1aca1d84c60cb3 /sys/arch/vax
parent81dca58a44e932865dbe840e22b75c1509433b02 (diff)
${PARAM} is now included in ${CPPFLAGS}, so stop passing it separately
to genassym.sh ok deraadt
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/conf/Makefile.vax4
1 files changed, 2 insertions, 2 deletions
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