From b69b5bdbd63bca28790454550c2874af5cbbaea4 Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Sat, 28 Apr 2018 01:48:45 +0800 Subject: [PATCH] [posix] correct config.guess path (#2687) --- examples/Makefile-posix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile-posix b/examples/Makefile-posix index ba341b0c4..1403adf13 100644 --- a/examples/Makefile-posix +++ b/examples/Makefile-posix @@ -117,7 +117,7 @@ ResultPath = output TopResultDir = $(ResultPath) AbsTopResultDir = $(PWD)/$(TopResultDir) -TargetTuple = $(shell ${AbsTopSourceDir}/third_party/nlbuild-autotools/repo/autoconf/config.guess | sed -e 's/[[:digit:].]*$$//g') +TargetTuple = $(shell ${AbsTopSourceDir}/third_party/nlbuild-autotools/repo/third_party/autoconf/config.guess | sed -e 's/[[:digit:].]*$$//g') ifndef BuildJobs BuildJobs := $(shell getconf _NPROCESSORS_ONLN)