diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-09 22:01:59 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-09 22:01:59 +0000 |
commit | 1563aa9ea5111f33f90ceca75f52b6fcbee6707e (patch) | |
tree | 991b7d1145dd3273d26d2cc2bfbb5ecc536017f2 /kconfig/kconfig.mk | |
parent | d8ee6e30de0041f43ec595af7808c2e8a6e0d58d (diff) | |
download | crosstool-ng-1563aa9ea5111f33f90ceca75f52b6fcbee6707e.tar.gz crosstool-ng-1563aa9ea5111f33f90ceca75f52b6fcbee6707e.tar.bz2 crosstool-ng-1563aa9ea5111f33f90ceca75f52b6fcbee6707e.zip |
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/kconfig.mk')
-rw-r--r-- | kconfig/kconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index e3fbd2b6..296ca5ea 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 |