diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 11:28:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 11:28:02 +0100 |
commit | f9e8a355d7ff88bae17ea9f2198fbf3f990cd1bc (patch) | |
tree | 03d4c73e81a736a0d1a37130eb8e2ee0b3471148 /tools/cdrtools | |
parent | da133cad10885ca36be26b1b043c737e295a4cd4 (diff) |
use bin directory for host binaries only, use new firmware directory for the resulting firmware
Diffstat (limited to 'tools/cdrtools')
-rw-r--r-- | tools/cdrtools/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/cdrtools/Makefile b/tools/cdrtools/Makefile index 965e3553d..6ea90b821 100644 --- a/tools/cdrtools/Makefile +++ b/tools/cdrtools/Makefile @@ -11,15 +11,15 @@ PKG_SITES:= ftp://ftp.berlios.de/pub/cdrecord/ include ../rules.mk -install: ${TOOLS_DIR}/mkisofs +install: ${BIN_DIR}/mkisofs $(WRKBUILD)/.compiled: ${WRKDIST}/.prepared #(cd ${WRKBUILD}; ./configure) ${MAKE} -C ${WRKBUILD} CC='${CC_FOR_BUILD}' touch $@ -${TOOLS_DIR}/mkisofs: $(WRKBUILD)/.compiled +${BIN_DIR}/mkisofs: $(WRKBUILD)/.compiled $(INSTALL_BIN) $(WRKBUILD)/mkisofs/OBJ/*/mkisofs \ - ${TOOLS_DIR} + ${BIN_DIR} include $(TOPDIR)/mk/tools.mk |