From 1563aa9ea5111f33f90ceca75f52b6fcbee6707e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 9 Mar 2009 22:01:59 +0000 Subject: 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(-) 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 -- cgit v0.10.2-6-g49f6