diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-19 21:12:52 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-19 21:12:52 +0000 |
commit | 11de9e6ceccf61da35fe169021912e46267d7f74 (patch) | |
tree | 146c5b78cb1affdc75ccdaa120eca9c499cd9203 /sys | |
parent | 82ec88204375b158c719c210262f7284e496b41e (diff) |
.depend needs cpuconf.c
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha index a43e4b8e78c..8abe7c1ddbc 100644 --- a/sys/arch/alpha/conf/Makefile.alpha +++ b/sys/arch/alpha/conf/Makefile.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.alpha,v 1.11 1997/02/26 16:30:58 niklas Exp $ +# $OpenBSD: Makefile.alpha,v 1.12 1997/04/19 21:12:51 tholo Exp $ # $NetBSD: Makefile.alpha,v 1.27 1996/12/01 06:12:25 jonathan Exp $ # Makefile for OpenBSD @@ -153,7 +153,7 @@ links: SRCS= ${ALPHA}/alpha/locore.s ${ALPHA}/alpha/cpuconf.c \ param.c ioconf.c ${CFILES} ${SFILES} depend:: .depend -.depend: ${SRCS} assym.h param.c +.depend: ${SRCS} assym.h param.c cpuconf.c ${MKDEP} ${AFLAGS} ${CPPFLAGS} ${ALPHA}/alpha/locore.s ${MKDEP} -a ${CFLAGS} ${CPPFLAGS} cpuconf.c param.c ioconf.c ${CFILES} ${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES} |