summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 8b7d219..8260690 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -50,7 +50,7 @@ ifeq ($(strip $(origin V)),command line)
endif # origin V
export V SILENT ECHO
-.FORCE:
+.FORCE: $(FORCE)
.PHONY: $(PHONY)
PHONY += all
all: help
@@ -103,7 +103,7 @@ include $(CT_LIB_DIR)/config/config.mk
include $(CT_LIB_DIR)/kconfig/kconfig.mk
include $(CT_LIB_DIR)/steps.mk
include $(CT_LIB_DIR)/samples/samples.mk
-include $(CT_LIB_DIR)/tools/tools.mk
+include $(CT_LIB_DIR)/scripts/scripts.mk
help-distrib::
@echo ' tarball - Build a tarball of the configured toolchain'