kconfig/Makefile
changeset 17 1cc9524bf15a
parent 2 687f86f2a01c
child 18 cc2869cc3121
     1.1 --- a/kconfig/Makefile	Sat Feb 24 19:17:40 2007 +0000
     1.2 +++ b/kconfig/Makefile	Sun Mar 11 09:46:22 2007 +0000
     1.3 @@ -27,9 +27,9 @@
     1.4  # Help text used by make help
     1.5  help::
     1.6  	@echo  'General purpose configuration targets:'
     1.7 -	@echo  '  config	  - Update current config utilising a line-oriented program'
     1.8 -	@echo  '  menuconfig	  - Update current config utilising a menu based program'
     1.9 -	@echo  '  oldconfig	  - Update current config utilising a provided .config as base'
    1.10 +	@echo  '  config	  - Update current config using a line-oriented program'
    1.11 +	@echo  '  menuconfig	  - Update current config using a menu based program'
    1.12 +	@echo  '  oldconfig	  - Update current config using a provided .config as base'
    1.13  	@echo
    1.14  	@echo  'Preconfigured configuration targets:'
    1.15  	@for s in $(SAMPLES_CONFIG); do   \