summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/conf/Makefile.hppa64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa64/conf/Makefile.hppa64')
-rw-r--r--sys/arch/hppa64/conf/Makefile.hppa647
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/hppa64/conf/Makefile.hppa64 b/sys/arch/hppa64/conf/Makefile.hppa64
index abb15ea485c..4fe366568dc 100644
--- a/sys/arch/hppa64/conf/Makefile.hppa64
+++ b/sys/arch/hppa64/conf/Makefile.hppa64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hppa64,v 1.35 2010/12/02 20:57:08 deraadt Exp $
+# $OpenBSD: Makefile.hppa64,v 1.36 2010/12/30 18:49:31 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -92,9 +92,8 @@ 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} | \
- sort -u > assym.h.tmp && \
- mv -f assym.h.tmp assym.h
+ sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} > assym.h.tmp
+ sort -u assym.h.tmp > assym.h
param.c: $S/conf/param.c
rm -f param.c