summaryrefslogtreecommitdiff
path: root/tools/adk/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-04 10:21:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-04 10:21:27 +0100
commit57990dc4e570646f4d08c22ba645a458fd7524a1 (patch)
tree6c67670ecf1743809143003b953c43f8c39b29a9 /tools/adk/Makefile
parentc7716e56e0f1b3860a891b8dca67f2b0f969577d (diff)
parent0a56716f1e934368ba039c2ada38fc835f792cb6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/adk/Makefile')
-rw-r--r--tools/adk/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/adk/Makefile b/tools/adk/Makefile
index fd1d0e2c0..0de5b0291 100644
--- a/tools/adk/Makefile
+++ b/tools/adk/Makefile
@@ -3,13 +3,16 @@
include $(TOPDIR)/rules.mk
-${TOPDIR}/bin/tools/depmaker:
+$(TOPDIR)/bin/tools:
+ @mkdir -p $(TOPDIR)/bin/tools
+
+${TOPDIR}/bin/tools/depmaker: $(TOPDIR)/bin/tools
$(HOSTCC) -o $(TOPDIR)/bin/tools/depmaker depmaker.c
-${TOPDIR}/bin/tools/pkgrebuild:
+${TOPDIR}/bin/tools/pkgrebuild: $(TOPDIR)/bin/tools
$(HOSTCC) -o $(TOPDIR)/bin/tools/pkgrebuild pkgrebuild.c strmap.c
-${TOPDIR}/bin/tools/pt:
+${TOPDIR}/bin/tools/pt: $(TOPDIR)/bin/tools
$(HOSTCC) -o $(TOPDIR)/bin/tools/pt pt.c
install: ${TOPDIR}/bin/tools/depmaker ${TOPDIR}/bin/tools/pkgrebuild \