summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-06-28 07:06:21 +0000
committerphk <phk@FreeBSD.org>1999-06-28 07:06:21 +0000
commit2e0584f725f9aedff3f05fd2218e12cef8661e27 (patch)
tree0f089d3891f4c57418e0248be05349889c0e1b20 /sys/conf/Makefile.powerpc
parent8447bc90a5551a8672ebbfb48df0bb5710b24d74 (diff)
downloadFreeBSD-src-2e0584f725f9aedff3f05fd2218e12cef8661e27.zip
FreeBSD-src-2e0584f725f9aedff3f05fd2218e12cef8661e27.tar.gz
Make bus_if.h and device_if.h as early as possible if make depend hasn't
been run.
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index bce6d93..b87a58c 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.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}
OpenPOWER on IntegriCloud