diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 04:31:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-04-27 04:31:49 +0000 |
commit | 95c0b1557b471ebea0eee6d72753f60d88719eb3 (patch) | |
tree | 6d51a5fc8dafa5a3c4af2a739794cc06ea272642 /sys/arch/sparc64 | |
parent | dc7e773a3cb1329ffdd087bd35889b2082d8d5f8 (diff) |
use -f assymp.dep again; worked out with miod
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/Makefile.sparc64 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64 index 774cbefeb4d..a9ab4ad7c2a 100644 --- a/sys/arch/sparc64/conf/Makefile.sparc64 +++ b/sys/arch/sparc64/conf/Makefile.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc64,v 1.38 2010/04/26 22:21:15 deraadt Exp $ +# $OpenBSD: Makefile.sparc64,v 1.39 2010/04/27 04:31:48 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -165,8 +165,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 |