From afb66555e444f151687d7d3f4a7f6aa248b30925 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Mon, 24 Jun 2002 07:15:24 +0000 Subject: [PATCH] make vectors.o explicitly depend on assym.h, so that 'make depend' step is optional --- sys/arch/acorn26/conf/Makefile.acorn26 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/acorn26/conf/Makefile.acorn26 b/sys/arch/acorn26/conf/Makefile.acorn26 index 03a67b8fe693..40ed2c0ace42 100644 --- a/sys/arch/acorn26/conf/Makefile.acorn26 +++ b/sys/arch/acorn26/conf/Makefile.acorn26 @@ -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 @@ MD_SFILES= ${ARM}/arm/vectors.S ${ACORN26}/acorn26/locore.S 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} ##