From 379de37900d1d4dc392832b57dd330ac5396edb7 Mon Sep 17 00:00:00 2001 From: scw Date: Thu, 27 Jul 2000 21:06:53 +0000 Subject: [PATCH] Make these work for the `dependall' target. --- sys/arch/mvme68k/stand/libbug/Makefile | 3 ++- sys/arch/mvme68k/stand/libsa/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sys/arch/mvme68k/stand/libbug/Makefile b/sys/arch/mvme68k/stand/libbug/Makefile index 6b0f36cd347a..5dd144c1e3b4 100644 --- a/sys/arch/mvme68k/stand/libbug/Makefile +++ b/sys/arch/mvme68k/stand/libbug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/07/24 18:39:38 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2000/07/27 21:06:53 scw Exp $ LIB=bug @@ -25,4 +25,5 @@ bugcrt.o: bugcrt.c ${LD} -x -r ${.TARGET}.tmp -o ${.TARGET} all: lib${LIB}.a bugcrt.o +beforedepend: machine m68k .include diff --git a/sys/arch/mvme68k/stand/libsa/Makefile b/sys/arch/mvme68k/stand/libsa/Makefile index 4bc5e6dfa736..eb7cacb32a93 100644 --- a/sys/arch/mvme68k/stand/libsa/Makefile +++ b/sys/arch/mvme68k/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/07/24 18:39:42 jdolecek Exp $ +# $NetBSD: Makefile,v 1.12 2000/07/27 21:06:54 scw Exp $ LIB=sa @@ -38,5 +38,5 @@ CLEANFILES+= SRT0.o libinstall:: all: lib${LIB}.a SRT0.o - +beforedepend: machine m68k .include