From 77a3c6a20e0e0b7264f4b0314cdfa96bef28061e Mon Sep 17 00:00:00 2001 From: gwr Date: Wed, 4 May 1994 05:57:27 +0000 Subject: [PATCH] Make conf.o depend on the Makefile --- sys/arch/sun3/conf/Makefile.sun3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/arch/sun3/conf/Makefile.sun3 b/sys/arch/sun3/conf/Makefile.sun3 index 61398597559e..65f643d6f5ad 100644 --- a/sys/arch/sun3/conf/Makefile.sun3 +++ b/sys/arch/sun3/conf/Makefile.sun3 @@ -1,4 +1,4 @@ -# $Id: Makefile.sun3,v 1.16 1994/04/24 20:10:13 glass Exp $ +# $Id: Makefile.sun3,v 1.17 1994/05/04 05:57:27 gwr Exp $ # Makefile for 4.4 BSD # # This makefile is constructed from a machine description: @@ -119,6 +119,9 @@ locore.o: assym.s ${SUN3}/sun3/locore.s ${SUN3}/include/asm.h \ # the following is necessary because autoconf.o depends on #if GENERIC autoconf.o: Makefile +# depends on device configuration +conf.o : Makefile + sun3_startup.o pmap.o kern_xxx.o: Makefile # depend on network configuration