summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index c3ab05dcd..150d3de25 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -491,11 +491,11 @@ bulkallmod:
done <${TOPDIR}/target/bulk.lst
${TOPDIR}/bin/tools/pkgmaker:
+ @mkdir -p $(TOPDIR)/bin/tools
@$(HOSTCC) -g -o $@ tools/adk/pkgmaker.c tools/adk/sortfile.c tools/adk/strmap.c
package/Config.in.auto menu .menu: $(wildcard ${TOPDIR}/package/*/Makefile) ${TOPDIR}/bin/tools/pkgmaker
@echo "Generating menu structure ..."
- @mkdir -p $(TOPDIR)/bin/tools
@$(TOPDIR)/bin/tools/pkgmaker
@:>.menu