Fix typo in version action.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 17 07:18:04 2007 +0000 (2007-07-17)
changeset 273d343303b9de5
parent 272 a6033a9ccdf5
child 274 71093c57780d
Fix typo in version action.
ct-ng.in
     1.1 --- a/ct-ng.in	Mon Jul 16 20:41:19 2007 +0000
     1.2 +++ b/ct-ng.in	Tue Jul 17 07:18:04 2007 +0000
     1.3 @@ -100,7 +100,7 @@
     1.4  
     1.5  PHONY += version
     1.6  version:
     1.7 -	@echo 'This crosstool-NG version $(CT_VERSION)'
     1.8 +	@echo 'This is crosstool-NG version $(CT_VERSION)'
     1.9  
    1.10  PHONY += clean
    1.11  clean::