From bb4b3fa51ef4be25c1f0cc56e0b28d2a04980286 Mon Sep 17 00:00:00 2001 From: Dmitrij Tejblum Date: Mon, 1 Mar 1999 09:54:51 +0000 Subject: [PATCH] Ensure that vnode_if.h build before object files, if make depend has not been run. --- sys/conf/Makefile.i386 | 4 ++-- sys/conf/Makefile.powerpc | 4 ++-- sys/i386/conf/Makefile.i386 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386 index 70251b06e8d8..d2cbba1d2f13 100644 --- a/sys/conf/Makefile.i386 +++ b/sys/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.138 1999/01/26 02:49:51 julian Exp $ +# $Id: Makefile.i386,v 1.139 1999/02/14 13:56:15 des Exp $ # # Makefile for FreeBSD # @@ -118,7 +118,7 @@ SYSTEM_DEP+= $S/i386/conf/kernel.script %CLEAN .if !exists(.depend) -${SYSTEM_OBJS}: ${BEFORE_DEPEND:M*.h} +${SYSTEM_OBJS}: vnode_if.h ${BEFORE_DEPEND:M*.h} .endif clean: diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index 70251b06e8d8..d2cbba1d2f13 100644 --- a/sys/conf/Makefile.powerpc +++ b/sys/conf/Makefile.powerpc @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.138 1999/01/26 02:49:51 julian Exp $ +# $Id: Makefile.i386,v 1.139 1999/02/14 13:56:15 des Exp $ # # Makefile for FreeBSD # @@ -118,7 +118,7 @@ SYSTEM_DEP+= $S/i386/conf/kernel.script %CLEAN .if !exists(.depend) -${SYSTEM_OBJS}: ${BEFORE_DEPEND:M*.h} +${SYSTEM_OBJS}: vnode_if.h ${BEFORE_DEPEND:M*.h} .endif clean: diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index 70251b06e8d8..d2cbba1d2f13 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -1,7 +1,7 @@ # Makefile.i386 -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.i386 7.1 5/10/91 -# $Id: Makefile.i386,v 1.138 1999/01/26 02:49:51 julian Exp $ +# $Id: Makefile.i386,v 1.139 1999/02/14 13:56:15 des Exp $ # # Makefile for FreeBSD # @@ -118,7 +118,7 @@ SYSTEM_DEP+= $S/i386/conf/kernel.script %CLEAN .if !exists(.depend) -${SYSTEM_OBJS}: ${BEFORE_DEPEND:M*.h} +${SYSTEM_OBJS}: vnode_if.h ${BEFORE_DEPEND:M*.h} .endif clean: