From 2dd53aa4756f52d9393623099ee938336172a777 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 11 Jun 2017 22:51:22 +0000 Subject: make vers.o not depend on gap.o using a trick, because it is piece of fiction participating only in the linkphase. tricks from rpe and espie --- sys/arch/i386/conf/Makefile.i386 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/conf') diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386 index 0429ab14583..04c45e8ea42 100644 --- a/sys/arch/i386/conf/Makefile.i386 +++ b/sys/arch/i386/conf/Makefile.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.i386,v 1.108 2017/06/11 20:50:32 bluhm Exp $ +# $OpenBSD: Makefile.i386,v 1.109 2017/06/11 22:51:21 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -125,7 +125,7 @@ ioconf.o: ioconf.c ld.script: ${_machdir}/conf/ld.script cp ${_machdir}/conf/ld.script $@ -vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} +vers.o: ${SYSTEM_DEP:Ngap.o} ${SYSTEM_SWAP_DEP} sh $S/conf/newvers.sh ${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c -- cgit v1.2.3