From 6f3686e465723ea56483ba22ad2f21b74e288ec3 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 28 May 1996 10:42:44 +0000 Subject: depend uses :: as operator --- sys/arch/amiga/conf/Makefile.amiga | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/amiga') diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index 2195441204e..fad2e3786ff 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.amiga,v 1.11 1996/04/24 12:05:09 mickey Exp $ +# $OpenBSD: Makefile.amiga,v 1.12 1996/05/28 10:42:43 niklas Exp $ # $NetBSD: Makefile.amiga,v 1.40 1996/03/15 20:09:52 is Exp $ # Makefile for OpenBSD @@ -161,7 +161,7 @@ links: SRCS= ${AMIGA}/amiga/locore.s \ param.c ioconf.c ${CFILES} ${SFILES} -depend: .depend +depend:: .depend .depend: ${SRCS} assym.h param.c mkdep ${AFLAGS} ${CPPFLAGS} ${AMIGA}/amiga/locore.s mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES} -- cgit v1.2.3