summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-09 22:01:59 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-09 22:01:59 (GMT)
commit1563aa9ea5111f33f90ceca75f52b6fcbee6707e (patch)
tree991b7d1145dd3273d26d2cc2bfbb5ecc536017f2 /kconfig
parentd8ee6e30de0041f43ec595af7808c2e8a6e0d58d (diff)
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(-)
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/kconfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk
index e3fbd2b..296ca5e 100644
--- a/kconfig/kconfig.mk
+++ b/kconfig/kconfig.mk
@@ -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