summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne/conf/Makefile.solbourne
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/solbourne/conf/Makefile.solbourne')
-rw-r--r--sys/arch/solbourne/conf/Makefile.solbourne5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne
index 42c037a8908..04a9552b52c 100644
--- a/sys/arch/solbourne/conf/Makefile.solbourne
+++ b/sys/arch/solbourne/conf/Makefile.solbourne
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.solbourne,v 1.16 2010/04/26 22:21:15 deraadt Exp $
+# $OpenBSD: Makefile.solbourne,v 1.17 2010/04/27 04:31:47 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -167,8 +167,7 @@ depend:: .depend
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
.endif
cat ${_archdir}/${_arch}/genassym.cf ${_machdir}/${_mach}/genassym.cf | \
- sh $S/kern/genassym.sh ${MKDEP} ${CFLAGS} ${CPPFLAGS} | \
- sort -u > assym.dep
+ sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} ${CPPFLAGS}
@sed -e 's/.*\.o: /assym.h: /' -e 's/\/tmp\/genassym_c.[^ ]*//' \
< assym.dep >> .depend
@rm -f assym.dep