Make vers.c depend on sys/param.h too, to ensure that this file is

regenerated for on kernel version bump. Avoids __NetBSD_Version__ and
osrelease out of sync problem for mkupdate builds.

ok from pooka@.
This commit is contained in:
njoly 2010-06-06 20:09:38 +00:00
parent d0cb358383
commit e800a040dc
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.rumpkern,v 1.87 2010/05/18 16:30:22 pooka Exp $
# $NetBSD: Makefile.rumpkern,v 1.88 2010/06/06 20:09:38 njoly Exp $
#
.include "${RUMPTOP}/Makefile.rump"
@ -24,7 +24,7 @@ SRCS= rump.c rumpcopy.c emul.c intr.c klock.c kobj_rename.c \
SRCS+= locks.c
#SRCS+= locks_up.c
vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh
vers.c: ${RUMPTOP}/../conf/newvers.sh ${RUMPTOP}/../conf/osrelease.sh ${RUMPTOP}/../sys/param.h
${_MKMSG_CREATE} vers.c
${HOST_SH} ${RUMPTOP}/../conf/newvers.sh -i RUMP-ROAST -n
SRCS+= vers.c