Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/conf make vectors.o explicitly depend on as...
details: https://anonhg.NetBSD.org/src/rev/fed944c0738a
branches: trunk
changeset: 533198:fed944c0738a
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Mon Jun 24 07:15:24 2002 +0000
description:
make vectors.o explicitly depend on assym.h, so that 'make depend' step
is optional
diffstat:
sys/arch/acorn26/conf/Makefile.acorn26 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e634a0a9549e -r fed944c0738a sys/arch/acorn26/conf/Makefile.acorn26
--- a/sys/arch/acorn26/conf/Makefile.acorn26 Mon Jun 24 06:49:14 2002 +0000
+++ b/sys/arch/acorn26/conf/Makefile.acorn26 Mon Jun 24 07:15:24 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.acorn26,v 1.1 2002/03/24 15:46:51 bjh21 Exp $
+# $NetBSD: Makefile.acorn26,v 1.2 2002/06/24 07:15:24 jdolecek Exp $
# Makefile for NetBSD
#
@@ -55,7 +55,7 @@
locore.o: ${ACORN26}/acorn26/locore.S assym.h
${NORMAL_S}
-vectors.o: ${ARM}/arm/vectors.S
+vectors.o: ${ARM}/arm/vectors.S assym.h
${NORMAL_S}
##
Home |
Main Index |
Thread Index |
Old Index