Fix oldconfig and defoldconfig.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Oct 17 09:51:19 2008 +0000 (2008-10-17)
changeset 94286f3e28fa3cc
parent 941 a00f5d821024
child 943 1cca90ce0481
Fix oldconfig and defoldconfig.
Thanks Thomas Petazzoni for noticing the breakage.

/trunk/kconfig/kconfig.mk | 4 2 2 0 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
kconfig/kconfig.mk
     1.1 --- a/kconfig/kconfig.mk	Wed Oct 15 21:31:35 2008 +0000
     1.2 +++ b/kconfig/kconfig.mk	Fri Oct 17 09:51:19 2008 +0000
     1.3 @@ -187,10 +187,10 @@
     1.4  menuconfig: $(obj)/mconf $(CONFIG_FILES)
     1.5  	$(SILENT)$< $(KCONFIG_TOP)
     1.6  
     1.7 -oldconfig: .config $(obj)/conf $(CONFIG_FILES)
     1.8 +oldconfig: $(obj)/conf .config $(CONFIG_FILES)
     1.9  	$(SILENT)$< -s $(KCONFIG_TOP)
    1.10  
    1.11 -defoldconfig: .config $(obj)/conf $(CONFIG_FILES)
    1.12 +defoldconfig: $(obj)/conf .config $(CONFIG_FILES)
    1.13  	$(SILENT)yes "" |$< -s $(KCONFIG_TOP)
    1.14  
    1.15  #-----------------------------------------------------------