summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/Makefile.alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/conf/Makefile.alpha')
-rw-r--r--sys/arch/alpha/conf/Makefile.alpha5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha
index 4ffb9544b43..30601fa80a2 100644
--- a/sys/arch/alpha/conf/Makefile.alpha
+++ b/sys/arch/alpha/conf/Makefile.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.alpha,v 1.65 2010/05/24 23:19:20 deraadt Exp $
+# $OpenBSD: Makefile.alpha,v 1.66 2010/05/25 02:35:01 deraadt Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -127,9 +127,8 @@ tags:
@echo "see $S/kern/Makefile for tags"
AFILES= ${_machdir}/${_mach}/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)