summaryrefslogtreecommitdiff
path: root/tools/adk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/adk/Makefile')
-rw-r--r--tools/adk/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/adk/Makefile b/tools/adk/Makefile
index 28d8787ce..3f2048e68 100644
--- a/tools/adk/Makefile
+++ b/tools/adk/Makefile
@@ -6,6 +6,9 @@ include $(TOPDIR)/rules.mk
${TOPDIR}/bin/tools/depmaker:
$(HOSTCC) -o $(TOPDIR)/bin/tools/depmaker depmaker.c
-install: ${TOPDIR}/bin/tools/depmaker
+${TOPDIR}/bin/tools/pkgrebuild:
+ $(HOSTCC) -o $(TOPDIR)/bin/tools/pkgrebuild pkgrebuild.c strmap.c
+
+install: ${TOPDIR}/bin/tools/depmaker ${TOPDIR}/bin/tools/pkgrebuild
include $(TOPDIR)/mk/tools.mk