Make bus_if.h and device_if.h as early as possible if make depend hasn't

been run.
This commit is contained in:
phk 1999-06-28 07:06:21 +00:00
parent 8447bc90a5
commit 2e0584f725
3 changed files with 6 additions and 6 deletions

View File

@ -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.151 1999/05/09 18:57:02 peter Exp $
# $Id: Makefile.i386,v 1.152 1999/05/09 22:42:17 peter Exp $
#
# Makefile for FreeBSD
#
@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
${FULLKERNEL}: ${SYSTEM_DEP} vers.o
${FULLKERNEL}: bus_if.h device_if.h ${SYSTEM_DEP} vers.o
@rm -f ${.TARGET}
@echo linking ${.TARGET}
${SYSTEM_LD}

View File

@ -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.151 1999/05/09 18:57:02 peter Exp $
# $Id: Makefile.i386,v 1.152 1999/05/09 22:42:17 peter Exp $
#
# Makefile for FreeBSD
#
@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
${FULLKERNEL}: ${SYSTEM_DEP} vers.o
${FULLKERNEL}: bus_if.h device_if.h ${SYSTEM_DEP} vers.o
@rm -f ${.TARGET}
@echo linking ${.TARGET}
${SYSTEM_LD}

View File

@ -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.151 1999/05/09 18:57:02 peter Exp $
# $Id: Makefile.i386,v 1.152 1999/05/09 22:42:17 peter Exp $
#
# Makefile for FreeBSD
#
@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
${FULLKERNEL}: ${SYSTEM_DEP} vers.o
${FULLKERNEL}: bus_if.h device_if.h ${SYSTEM_DEP} vers.o
@rm -f ${.TARGET}
@echo linking ${.TARGET}
${SYSTEM_LD}