From 95c0b1557b471ebea0eee6d72753f60d88719eb3 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 27 Apr 2010 04:31:49 +0000 Subject: use -f assymp.dep again; worked out with miod --- sys/arch/socppc/conf/Makefile.socppc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/socppc/conf') diff --git a/sys/arch/socppc/conf/Makefile.socppc b/sys/arch/socppc/conf/Makefile.socppc index 147939f1977..8285ac80e5e 100644 --- a/sys/arch/socppc/conf/Makefile.socppc +++ b/sys/arch/socppc/conf/Makefile.socppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.socppc,v 1.10 2010/04/27 03:37:38 deraadt Exp $ +# $OpenBSD: Makefile.socppc,v 1.11 2010/04/27 04:31:47 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 -- cgit v1.2.3