diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-30 19:49:51 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-30 19:49:51 +0100 |
commit | 01240b9fbf60510a098975fd8d74b908ec2cde45 (patch) | |
tree | 49bad1c173dbb916e41a46d68d4dd798d953fb52 /ct-ng.in | |
parent | de8f2cea32f14099cf756cbef40d312ffd1894a8 (diff) | |
download | crosstool-ng-01240b9fbf60510a098975fd8d74b908ec2cde45.tar.gz crosstool-ng-01240b9fbf60510a098975fd8d74b908ec2cde45.tar.bz2 crosstool-ng-01240b9fbf60510a098975fd8d74b908ec2cde45.zip |
scripts: fix updating config.{sub,guess}
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |