Hmm, might as well make all of BEFORE_DEPEND first in case make depend

wasn't run.
This commit is contained in:
Poul-Henning Kamp 1999-06-28 07:19:51 +00:00
parent d86578de9d
commit 46d2febf9d
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.153 1999/06/28 07:06:21 phk Exp $
# $Id: Makefile.i386,v 1.154 1999/06/28 07:10:55 phk Exp $
#
# Makefile for FreeBSD
#
@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
${FULLKERNEL}: bus_if.h device_if.h pci_if.h ${SYSTEM_DEP} vers.o
${FULLKERNEL}: ${BEFORE_DEPEND} ${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.153 1999/06/28 07:06:21 phk Exp $
# $Id: Makefile.i386,v 1.154 1999/06/28 07:10:55 phk Exp $
#
# Makefile for FreeBSD
#
@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
${FULLKERNEL}: bus_if.h device_if.h pci_if.h ${SYSTEM_DEP} vers.o
${FULLKERNEL}: ${BEFORE_DEPEND} ${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.153 1999/06/28 07:06:21 phk Exp $
# $Id: Makefile.i386,v 1.154 1999/06/28 07:10:55 phk Exp $
#
# Makefile for FreeBSD
#
@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
${FULLKERNEL}: bus_if.h device_if.h pci_if.h ${SYSTEM_DEP} vers.o
${FULLKERNEL}: ${BEFORE_DEPEND} ${SYSTEM_DEP} vers.o
@rm -f ${.TARGET}
@echo linking ${.TARGET}
${SYSTEM_LD}