summaryrefslogtreecommitdiff
path: root/tools/adk/Makefile
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/adk/Makefile
parent9c877800eaccf6d41235dc6656c44d224729d4be (diff)
parent648ffb1bc515c65c97b964edb0054db83840f163 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/adk/Makefile')
-rw-r--r--tools/adk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/adk/Makefile b/tools/adk/Makefile
index e3c9aceed..60a50ffba 100644
--- a/tools/adk/Makefile
+++ b/tools/adk/Makefile
@@ -3,15 +3,15 @@
include $(TOPDIR)/rules.mk
-install: ${TOOLS_DIR}/depmaker ${TOOLS_DIR}/pkgrebuild ${TOOLS_DIR}/dkgetsz
+install: ${BIN_DIR}/depmaker ${BIN_DIR}/pkgrebuild ${BIN_DIR}/dkgetsz
-${TOOLS_DIR}/depmaker: depmaker.c
+${BIN_DIR}/depmaker: depmaker.c
${CC_FOR_BUILD} ${FLAGS_FOR_BUILD} -o $@ depmaker.c
-${TOOLS_DIR}/pkgrebuild: pkgrebuild.c strmap.c
+${BIN_DIR}/pkgrebuild: pkgrebuild.c strmap.c
${CC_FOR_BUILD} ${FLAGS_FOR_BUILD} -o $@ pkgrebuild.c strmap.c
-${TOOLS_DIR}/dkgetsz: dkgetsz.c
+${BIN_DIR}/dkgetsz: dkgetsz.c
${CC_FOR_BUILD} ${FLAGS_FOR_BUILD} -o $@ dkgetsz.c
include $(TOPDIR)/mk/tools.mk