]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
Fix include path for non-BUILDRR case.
authorAntti Kantee <pooka@iki.fi>
Wed, 28 Oct 2015 17:46:46 +0000 (17:46 +0000)
committerAntti Kantee <pooka@iki.fi>
Wed, 28 Oct 2015 17:46:46 +0000 (17:46 +0000)
platform/Makefile.inc

index a96f376ba5deb8e6352813921fbd3c0fc51bdaf4..54b83b7998c9ccdad2124984289b8e8369492dc8 100644 (file)
@@ -17,7 +17,7 @@ endif
 ifeq (${BUILDRR},true)
 CPPFLAGS+=      -I${RROBJ}/dest.stage/include
 else
-CPPFLAGS+=      -I${RRDEST}/include/rumprun
+CPPFLAGS+=      -I${RRDEST}/rumprun-${MACHINE_GNU_ARCH}/include
 endif
 
 MAINOBJ:=      ${RROBJ}/rumprun.o