diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 15:06:45 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-02 15:06:45 +0100 |
commit | c40e92f7cfbf6095abcb97fdfd6e7ce33579022c (patch) | |
tree | d35e611f43f8daac9d664140e3af13be716ace51 /tools/bc/Makefile | |
parent | d93b039644847733687d1d30c09d6861fb57e8e4 (diff) | |
parent | 0317e391cbf248c3d6ee00ec6bf8a77870d76ffa (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/bc/Makefile')
-rw-r--r-- | tools/bc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/bc/Makefile b/tools/bc/Makefile index bb3c40492..8b984e734 100644 --- a/tools/bc/Makefile +++ b/tools/bc/Makefile @@ -14,7 +14,7 @@ include ../rules.mk install: ${STAGING_HOST_DIR}/usr/bin/bc $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared - (cd ${WRKBUILD}; ./configure) + (cd ${WRKBUILD}; PATH="$(STAGING_HOST_DIR)/usr/bin:$$PATH" ./configure) ${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}' touch $@ |