Under Cygwin, executables have the .exe suffix:
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Mar 09 22:01:59 2009 +0000 (2009-03-09)
changeset 125490a099a0e902
parent 1253 064a8e0abc37
child 1255 d856241f693c
Under Cygwin, executables have the .exe suffix:
- cleanup conf.exe and mconf.exe as well as their non-.exe counterparts.

/trunk/kconfig/kconfig.mk | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
kconfig/kconfig.mk
     1.1 --- a/kconfig/kconfig.mk	Mon Mar 09 10:54:57 2009 +0000
     1.2 +++ b/kconfig/kconfig.mk	Mon Mar 09 22:01:59 2009 +0000
     1.3 @@ -153,5 +153,5 @@
     1.4  
     1.5  clean::
     1.6  	@$(ECHO) "  CLEAN kconfig"
     1.7 -	$(SILENT)rm -f kconfig/{,m}conf $(ALL_OBJS) $(ALL_DEPS)
     1.8 +	$(SILENT)rm -f kconfig/{,m}conf{,.exe} $(ALL_OBJS) $(ALL_DEPS)
     1.9  	$(SILENT)rmdir --ignore-fail-on-non-empty kconfig{/lxdialog,} 2>/dev/null || true