summaryrefslogtreecommitdiff
path: root/tools/syslinux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-18 11:39:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-18 11:39:44 +0100
commit0817f01f60b471aace092196e8b2d1dd2ceabac9 (patch)
treebaaeecb33e8af2ce45af5dd4e6f5debbffd23bfb /tools/syslinux
parent9c877800eaccf6d41235dc6656c44d224729d4be (diff)
parent648ffb1bc515c65c97b964edb0054db83840f163 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/syslinux')
-rw-r--r--tools/syslinux/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/syslinux/Makefile b/tools/syslinux/Makefile
index 1ac6ef672..5543813d5 100644
--- a/tools/syslinux/Makefile
+++ b/tools/syslinux/Makefile
@@ -12,7 +12,7 @@ PKG_SITES:= http://www.kernel.org/pub/linux/utils/boot/syslinux/
include ../rules.mk
WRKINST:= ${WRKBUILD}/openadk_installroot
-install: ${TOOLS_DIR}/extlinux ${STAGING_HOST_DIR}/usr/share/syslinux/.installed
+install: ${BIN_DIR}/extlinux ${STAGING_HOST_DIR}/usr/share/syslinux/.installed
$(WRKBUILD)/.compiled: ${WRKDIST}/.prepared
#(cd ${WRKBUILD}; ./configure)
@@ -26,9 +26,9 @@ $(WRKBUILD)/.installed: ${WRKBUILD}/.compiled
bios install
touch $@
-${TOOLS_DIR}/extlinux: $(WRKBUILD)/.installed
+${BIN_DIR}/extlinux: $(WRKBUILD)/.installed
$(INSTALL_BIN) ${WRKINST}/sbin/extlinux \
- ${TOOLS_DIR}
+ ${BIN_DIR}
${STAGING_HOST_DIR}/usr/share/syslinux/.installed: ${WRKBUILD}/.installed
mkdir -p ${STAGING_HOST_DIR}/usr/share