IOCONFIG comes from .CURDIR
This commit is contained in:
parent
204adc86e7
commit
a1e25c6e46
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue