summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-27 04:31:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-27 04:31:49 +0000
commit95c0b1557b471ebea0eee6d72753f60d88719eb3 (patch)
tree6d51a5fc8dafa5a3c4af2a739794cc06ea272642 /sys/arch/mvme68k
parentdc7e773a3cb1329ffdd087bd35889b2082d8d5f8 (diff)
use -f assymp.dep again; worked out with miod
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/conf/Makefile.mvme68k5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k
index d41253f61d2..9e1cc288202 100644
--- a/sys/arch/mvme68k/conf/Makefile.mvme68k
+++ b/sys/arch/mvme68k/conf/Makefile.mvme68k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.mvme68k,v 1.41 2010/04/27 03:37:38 deraadt Exp $
+# $OpenBSD: Makefile.mvme68k,v 1.42 2010/04/27 04:31:47 deraadt Exp $
# This makefile is constructed from a machine description:
# config machineid
@@ -162,8 +162,7 @@ depend:: .depend
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
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