summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-25 19:22:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-25 19:22:05 +0100
commitd4173bfaec26914a208a82d317e2210aad97fc09 (patch)
tree7396d4a62f989fc73ea809443c230eb4c8ccba32 /mk
parent70451245c8b5bc1d7c43c690c166e2d1edf3cbf2 (diff)
fix bug, f.e. glib package ignored by mistake
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index bf520488c..353deda70 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -532,7 +532,13 @@ package/Config.in.auto menu .menu: $(wildcard ${TOPDIR}/package/*/Makefile) ${TO
@$(TOPDIR)/bin/tools/pkgmaker
@:>.menu
-dep:
+$(TOPDIR)/bin/tools:
+ @mkdir -p $(TOPDIR)/bin/tools
+
+${TOPDIR}/bin/tools/depmaker: $(TOPDIR)/bin/tools
+ $(HOSTCC) -o $(TOPDIR)/bin/tools/depmaker $(TOPDIR)/tools/adk/depmaker.c
+
+dep: $(TOPDIR)/bin/tools/depmaker
@echo "Generating dependencies ..."
$(TOPDIR)/bin/tools/depmaker > ${TOPDIR}/package/Depends.mk