diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-28 10:42:44 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-28 10:42:44 +0000 |
commit | 6f3686e465723ea56483ba22ad2f21b74e288ec3 (patch) | |
tree | 02952859ef0a0ccf53beba0f3bc892b848d7c131 /sys/arch | |
parent | 21411191227c1b8ace4f7c0625ac37245dc2b0c7 (diff) |
depend uses :: as operator
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amiga/conf/Makefile.amiga | 4 |
1 files changed, 2 insertions, 2 deletions
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} |