diff options
author | phk <phk@FreeBSD.org> | 1999-06-28 07:10:55 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-06-28 07:10:55 +0000 |
commit | 771a9642c33cb7bed6e64b1e49b1b8aae2b38634 (patch) | |
tree | 69fc29905adf2f418cf34046d8436da3fd9ba1f6 /sys | |
parent | 2e0584f725f9aedff3f05fd2218e12cef8661e27 (diff) | |
download | FreeBSD-src-771a9642c33cb7bed6e64b1e49b1b8aae2b38634.zip FreeBSD-src-771a9642c33cb7bed6e64b1e49b1b8aae2b38634.tar.gz |
Also make pci_if.h early if make depend wasn't run.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/Makefile.i386 | 4 | ||||
-rw-r--r-- | sys/conf/Makefile.powerpc | 4 | ||||
-rw-r--r-- | 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 b87a58c..6597e17 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.152 1999/05/09 22:42:17 peter Exp $ +# $Id: Makefile.i386,v 1.153 1999/06/28 07:06:21 phk Exp $ # # Makefile for FreeBSD # @@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL} .endif .endif -${FULLKERNEL}: bus_if.h device_if.h ${SYSTEM_DEP} vers.o +${FULLKERNEL}: bus_if.h device_if.h pci_if.h ${SYSTEM_DEP} vers.o @rm -f ${.TARGET} @echo linking ${.TARGET} ${SYSTEM_LD} diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc index b87a58c..6597e17 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.152 1999/05/09 22:42:17 peter Exp $ +# $Id: Makefile.i386,v 1.153 1999/06/28 07:06:21 phk Exp $ # # Makefile for FreeBSD # @@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL} .endif .endif -${FULLKERNEL}: bus_if.h device_if.h ${SYSTEM_DEP} vers.o +${FULLKERNEL}: bus_if.h device_if.h pci_if.h ${SYSTEM_DEP} vers.o @rm -f ${.TARGET} @echo linking ${.TARGET} ${SYSTEM_LD} diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index b87a58c..6597e17 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.152 1999/05/09 22:42:17 peter Exp $ +# $Id: Makefile.i386,v 1.153 1999/06/28 07:06:21 phk Exp $ # # Makefile for FreeBSD # @@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL} .endif .endif -${FULLKERNEL}: bus_if.h device_if.h ${SYSTEM_DEP} vers.o +${FULLKERNEL}: bus_if.h device_if.h pci_if.h ${SYSTEM_DEP} vers.o @rm -f ${.TARGET} @echo linking ${.TARGET} ${SYSTEM_LD} |