From 8ace01b1731c889b83c7525eefb06e89ec0ec270 Mon Sep 17 00:00:00 2001 From: christos Date: Tue, 4 Jul 2006 00:10:34 +0000 Subject: [PATCH] athrate_sample.o needs the generated header file --- sys/contrib/dev/ath/netbsd/Makefile.ath.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/contrib/dev/ath/netbsd/Makefile.ath.inc b/sys/contrib/dev/ath/netbsd/Makefile.ath.inc index 17cb7a4d590c..322cba73b04c 100644 --- a/sys/contrib/dev/ath/netbsd/Makefile.ath.inc +++ b/sys/contrib/dev/ath/netbsd/Makefile.ath.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.ath.inc,v 1.7 2006/06/25 22:39:51 christos Exp $ +# $NetBSD: Makefile.ath.inc,v 1.8 2006/07/04 00:10:34 christos Exp $ # Rules for building a HAL on various platforms. We put them here # to centralize them all in one place. @@ -77,7 +77,7 @@ athhal_options.h: $S/contrib/dev/ath/public/${ATH_HAL}.opt_ah.h rm -f ${.TARGET} cp $> ${.TARGET} -depend ath_netbsd.o ath.o ah_osdep.o: athhal_options.h +depend athrate_sample.o ath_netbsd.o ath.o ah_osdep.o: athhal_options.h EXTRA_INCLUDES+= -I$S/contrib/dev/ath/netbsd .endif