diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 09:40:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-01 09:40:19 +0100 |
commit | 0a9ca018d598a1d263ebc9d45f41af0bdd498274 (patch) | |
tree | 4409eaed2cfea2ee25a6474f4bce0be63ca62814 /tools/gperf | |
parent | 48125484eaaf38ed6b373924fee593b3e0d5c920 (diff) | |
parent | 3542293b7fcf88cc6aff3696026a7568c43cdd3f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/gperf')
-rw-r--r-- | tools/gperf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gperf/Makefile b/tools/gperf/Makefile index 7b0d0af77..7f7d6466d 100644 --- a/tools/gperf/Makefile +++ b/tools/gperf/Makefile @@ -11,15 +11,15 @@ PKG_SITES:= http://ftp.gnu.org/pub/gnu/gperf/ include ../rules.mk -install: ${BIN_DIR}/gperf +install: ${STAGING_HOST_DIR}/usr/bin/gperf $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared (cd ${WRKBUILD}; ./configure) ${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}' touch $@ -${BIN_DIR}/gperf: $(WRKBUILD)/.compiled +${STAGING_HOST_DIR}/usr/bin/gperf: $(WRKBUILD)/.compiled $(INSTALL_BIN) $(WRKBUILD)/src/gperf \ - ${BIN_DIR} + ${STAGING_HOST_DIR}/usr/bin include $(TOPDIR)/mk/tools.mk |