diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-30 18:25:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-05-30 18:25:43 +0000 |
commit | 7e71e09a590890a7c694dd79645f2a8371d70923 (patch) | |
tree | ba3d3bfaf425192eee9ace1d0f10e0ff23ce415b /sys/arch/zaurus | |
parent | 903da68cae02e138edb4b0903a97b05005bf8230 (diff) |
Remove dead toes.
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/Makefile.zaurus | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index ed88ca73d31..2621fcdb1d6 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.zaurus,v 1.4 2005/11/19 00:17:18 drahn Exp $ +# $OpenBSD: Makefile.zaurus,v 1.5 2006/05/30 18:25:42 miod Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -179,7 +179,7 @@ depend:: .depend .if ${SFILES} != "" ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} .endif - cat ${ARM}/arm/genassym.cf ${ARM}/footbridge/genassym.cf | \ + cat ${ARM}/arm/genassym.cf | \ sh $S/kern/genassym.sh ${MKDEP} -f assym.dep ${CFLAGS} \ ${CPPFLAGS} @sed -e 's/.*\.o:.* /assym.h: /' < assym.dep >> .depend |