From a1e25c6e46da3a704eb72ef634cdfedd4c4a2977 Mon Sep 17 00:00:00 2001 From: pooka Date: Tue, 9 Feb 2010 16:16:26 +0000 Subject: [PATCH] IOCONFIG comes from .CURDIR --- sys/rump/Makefile.rump | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/rump/Makefile.rump b/sys/rump/Makefile.rump index 238714aac52d..546656705274 100644 --- a/sys/rump/Makefile.rump +++ b/sys/rump/Makefile.rump @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.rump,v 1.48 2010/02/03 21:15:39 pooka Exp $ +# $NetBSD: Makefile.rump,v 1.49 2010/02/09 16:16:26 pooka Exp $ # WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet @@ -105,7 +105,7 @@ __archivebuild: .USE # This is useful mainly for devices. .if !empty(IOCONFIG) ioconf.c: ${IOCONFIG} - ${TOOL_CONFIG} -b ${.OBJDIR} -s ${RUMPTOP}/.. ${IOCONFIG} + ${TOOL_CONFIG} -b ${.OBJDIR} -s ${RUMPTOP}/.. ${.CURDIR}/${IOCONFIG} # config doesn't change the files if they're unchanged. however, # here we want to satisfy our make dependency, so force a # timestamp update