diff options
author | chuck <chuck@cvs.openbsd.org> | 1996-05-27 22:11:37 +0000 |
---|---|---|
committer | chuck <chuck@cvs.openbsd.org> | 1996-05-27 22:11:37 +0000 |
commit | 240b34b9edfb6b6bd7ddf55eb176b16addbc521f (patch) | |
tree | c223d8503163bf32d9ca95bbe1d226d4d4897f14 | |
parent | 14d787f6ef19f98710e89c6a300892e9380c4472 (diff) |
fix make depend
-rw-r--r-- | sys/arch/mvme68k/conf/Makefile.mvme68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index 6e7bd73054e..a8dfe59c17a 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvme68k,v 1.6 1996/04/28 11:23:19 deraadt Exp $ +# $OpenBSD: Makefile.mvme68k,v 1.7 1996/05/27 22:11:36 chuck Exp $ # This makefile is constructed from a machine description: # config machineid @@ -143,7 +143,7 @@ links: SRCS= ${MVME68K}/mvme68k/locore.s \ param.c ioconf.c ${CFILES} ${SFILES} -depend: .depend +depend:: .depend .depend: ${SRCS} assym.h param.c mkdep ${AFLAGS} ${CPPFLAGS} ${MVME68K}/mvme68k/locore.s mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} |