summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-16 18:12:34 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-12-16 18:12:34 (GMT)
commit65bb3ac67c741c46aa27ccd98cb7930a2b731306 (patch)
tree34841a72e903ae6054e94c588a48d66fe0f9619c /ct-ng.in
parent79154260923bf6f20c7503c91f714ac2d1c7eb3b (diff)
Get rid of the tols/ directory:
- move config.guess and config.sub from tools/ into scripts/ - update the scripts and makefile fragments accordingly /trunk/Makefile.in | 10 5 5 0 +++++----- /trunk/scripts/functions | 16 8 8 0 ++++++++-------- /trunk/scripts/scripts.mk | 28 13 15 0 +++++++++++++--------------- /trunk/ct-ng.in | 4 2 2 0 ++-- 4 files changed, 28 insertions(+), 30 deletions(-)
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'