From 090937a5a3414e244102d4c8071b051008746edf Mon Sep 17 00:00:00 2001 From: Tomoki Shirasawa Date: Fri, 30 Jun 2017 09:57:50 +0900 Subject: [PATCH] fix out of tree build --- executer/user/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/executer/user/Makefile.in b/executer/user/Makefile.in index d805f924..c1a5a885 100644 --- a/executer/user/Makefile.in +++ b/executer/user/Makefile.in @@ -5,7 +5,7 @@ exec_prefix=@exec_prefix@ LIBDIR=@libdir@ MCKERNEL_LIBDIR=@MCKERNEL_LIBDIR@ KDIR ?= @KDIR@ -CFLAGS=-Wall -O -I. -Iarch/${ARCH} +CFLAGS=-Wall -O -I. -I$(VPATH)/arch/${ARCH} VPATH=@abs_srcdir@ TARGET=mcexec libsched_yield @uncomment_if_ENABLE_MEMDUMP@TARGET+=eclair