Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mvme68k/stand Make these work for the `dependall' t...



details:   https://anonhg.NetBSD.org/src/rev/2537a8487c9d
branches:  trunk
changeset: 495426:2537a8487c9d
user:      scw <scw%NetBSD.org@localhost>
date:      Thu Jul 27 21:06:53 2000 +0000

description:
Make these work for the `dependall' target.

diffstat:

 sys/arch/mvme68k/stand/libbug/Makefile |  3 ++-
 sys/arch/mvme68k/stand/libsa/Makefile  |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r acf775ef512b -r 2537a8487c9d sys/arch/mvme68k/stand/libbug/Makefile
--- a/sys/arch/mvme68k/stand/libbug/Makefile    Thu Jul 27 20:24:19 2000 +0000
+++ b/sys/arch/mvme68k/stand/libbug/Makefile    Thu Jul 27 21:06:53 2000 +0000
@@ -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 @@
        ${LD} -x -r ${.TARGET}.tmp -o ${.TARGET}
 
 all: lib${LIB}.a bugcrt.o
+beforedepend: machine m68k
 .include <bsd.lib.mk>
diff -r acf775ef512b -r 2537a8487c9d sys/arch/mvme68k/stand/libsa/Makefile
--- a/sys/arch/mvme68k/stand/libsa/Makefile     Thu Jul 27 20:24:19 2000 +0000
+++ b/sys/arch/mvme68k/stand/libsa/Makefile     Thu Jul 27 21:06:53 2000 +0000
@@ -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 @@
 libinstall::
 
 all: lib${LIB}.a SRT0.o
-
+beforedepend: machine m68k
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index