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(-)
This commit is contained in:
Yann E. MORIN" 2009-03-09 22:01:59 +00:00
parent d8ee6e30de
commit 1563aa9ea5

View File

@ -153,5 +153,5 @@ $(obj)/conf: $(COMMON_OBJ) $(conf_OBJ)
clean::
@$(ECHO) " CLEAN kconfig"
$(SILENT)rm -f kconfig/{,m}conf $(ALL_OBJS) $(ALL_DEPS)
$(SILENT)rm -f kconfig/{,m}conf{,.exe} $(ALL_OBJS) $(ALL_DEPS)
$(SILENT)rmdir --ignore-fail-on-non-empty kconfig{/lxdialog,} 2>/dev/null || true