diff options
Diffstat (limited to 'sys/arch/socppc/conf')
-rw-r--r-- | sys/arch/socppc/conf/Makefile.socppc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/socppc/conf/Makefile.socppc b/sys/arch/socppc/conf/Makefile.socppc index 4e2dc9afd4d..5f036159342 100644 --- a/sys/arch/socppc/conf/Makefile.socppc +++ b/sys/arch/socppc/conf/Makefile.socppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.socppc,v 1.52 2017/06/11 20:50:33 bluhm Exp $ +# $OpenBSD: Makefile.socppc,v 1.53 2017/06/11 22:51:21 deraadt Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -113,7 +113,7 @@ mcount.o: $S/lib/libkern/mcount.c Makefile ioconf.o: ioconf.c ${NORMAL_C} -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 |