diff options
Diffstat (limited to 'sys/arch/zaurus/conf/Makefile.zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/Makefile.zaurus | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index 7e044d84875..740b71f511b 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.zaurus,v 1.32 2010/05/24 23:19:22 deraadt Exp $ +# $OpenBSD: Makefile.zaurus,v 1.33 2010/05/25 02:35:03 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -133,9 +133,8 @@ tags: @echo "see $S/kern/Makefile for tags" AFILES= ${_machdir}/${_mach}/${_mach}_start.S ${_archdir}/${_arch}/locore.S -SRCS= ${AFILES} param.c ioconf.c ${CFILES} ${SFILES} depend:: .depend -.depend: ${SRCS} assym.h param.c ${DB_STRUCTINFO} +.depend: ${AFILES} param.c ioconf.c ${CFILES} ${SFILES} assym.h ${DB_STRUCTINFO} ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${AFILES} ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} .if !empty(SFILES) |