summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/conf/Makefile.hp3004
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/Makefile.hp300 b/sys/arch/hp300/conf/Makefile.hp300
index 738c36b6f59..2554db9c1e2 100644
--- a/sys/arch/hp300/conf/Makefile.hp300
+++ b/sys/arch/hp300/conf/Makefile.hp300
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hp300,v 1.68 2010/05/25 17:27:55 deraadt Exp $
+# $OpenBSD: Makefile.hp300,v 1.69 2010/05/28 14:27:08 guenther Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -128,7 +128,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