summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-30 18:49:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-30 18:49:51 (GMT)
commitdc3fef8d25b5544efd18f4c5a2440ce9ab08756f (patch)
tree453ceb553957cde1385df85cf3c28327e66c3ea7 /ct-ng.in
parent0256c1b0cc63f25b9ca2634734538c5f86885b87 (diff)
scripts: fix updating config.{sub,guess}
(transplanted from 7f52e1cca71eecc6a46ad1905afea42a5c8f0a68)
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 1e23cae..8a60431 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -56,10 +56,11 @@ ifeq ($(strip $(origin V)),command line)
endif # origin V
export V SILENT ECHO
-.FORCE: $(FORCE)
+all: help
+
.PHONY: $(PHONY)
PHONY += all
-all: help
+FORCE:
# Help system
help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail