diff options
author | Alexey Neyman <stilor@att.net> | 2017-11-19 00:23:55 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-11-19 21:50:28 -0800 |
commit | d759137c46fb7a04c4db44123ba3050afd734eef (patch) | |
tree | 82126494b2d3ae995728114dae262add31ed493b /ct-ng.in | |
parent | 5495a3497b54aa56e821c8aa44233345c0bd86b9 (diff) | |
download | crosstool-ng-d759137c46fb7a04c4db44123ba3050afd734eef.tar.gz crosstool-ng-d759137c46fb7a04c4db44123ba3050afd734eef.tar.bz2 crosstool-ng-d759137c46fb7a04c4db44123ba3050afd734eef.zip |
Align script names with the ct-ng commands
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ help-env:: @false show-tuple: .config - $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showConfig.sh '$${CT_TARGET}' + $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/show-tuple.sh '$${CT_TARGET}' # Actual build source: .config |