From 240b34b9edfb6b6bd7ddf55eb176b16addbc521f Mon Sep 17 00:00:00 2001 From: chuck Date: Mon, 27 May 1996 22:11:37 +0000 Subject: fix make depend --- sys/arch/mvme68k/conf/Makefile.mvme68k | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvme68k/conf') 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} -- cgit v1.2.3