diff options
Diffstat (limited to 'sys/arch/palm')
-rw-r--r-- | sys/arch/palm/conf/Makefile.palm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/palm/conf/Makefile.palm b/sys/arch/palm/conf/Makefile.palm index 3bea19789f3..6afaacddd99 100644 --- a/sys/arch/palm/conf/Makefile.palm +++ b/sys/arch/palm/conf/Makefile.palm @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.palm,v 1.7 2010/04/27 03:37:38 deraadt Exp $ +# $OpenBSD: Makefile.palm,v 1.8 2010/04/27 04:31:47 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -170,8 +170,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 |